[gnome-shell] shell-wm: Fix argument number for UNMAXIMIZE signal
- From: Florian MÃllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] shell-wm: Fix argument number for UNMAXIMIZE signal
- Date: Tue, 28 Feb 2012 20:10:09 +0000 (UTC)
commit eb84227f78760fdf80404e40e73499f2f4f20cd9
Author: Florian MÃllner <fmuellner gnome org>
Date: Fri Feb 17 16:33:44 2012 +0100
shell-wm: Fix argument number for UNMAXIMIZE signal
src/shell-wm.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/shell-wm.c b/src/shell-wm.c
index 0257649..4a2337c 100644
--- a/src/shell-wm.c
+++ b/src/shell-wm.c
@@ -74,7 +74,7 @@ shell_wm_class_init (ShellWMClass *klass)
G_SIGNAL_RUN_LAST,
0,
NULL, NULL, NULL,
- G_TYPE_NONE, 1,
+ G_TYPE_NONE, 5,
META_TYPE_WINDOW_ACTOR, G_TYPE_INT, G_TYPE_INT, G_TYPE_INT, G_TYPE_INT);
shell_wm_signals[MAP] =
g_signal_new ("map",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]