PATCH: BonoboDockItem signal registration



Permission to apply this tiny patch?

-- 
Murray Cumming
murrayc usa net
www.murrayc.com
? autom4te.cache
? bonoboui_dockitem_signal.patch
? bonoboui_externc.patch
? libbonoboui.kdevprj
? libbonoboui.kdevses
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/libbonoboui/ChangeLog,v
retrieving revision 1.319
diff -u -p -r1.319 ChangeLog
--- ChangeLog	9 Apr 2002 16:26:40 -0000	1.319
+++ ChangeLog	11 Apr 2002 12:09:26 -0000
@@ -1,3 +1,8 @@
+2002-04-11  Murray Cumming  <murrayc usa net>
+
+	* bonobo/bonobo-dock-item.c: Corrected "orientation-changed" 
+	signal paratemeter types registration.
+
 2002-04-09  Jeroen Zwartepoorte  <jeroen xs4all nl>
 
 	* bonobo/bonobo-dock-item.c: (bonobo_dock_item_size_allocate):
Index: bonobo/bonobo-dock-item.c
===================================================================
RCS file: /cvs/gnome/libbonoboui/bonobo/bonobo-dock-item.c,v
retrieving revision 1.57
diff -u -p -r1.57 bonobo-dock-item.c
--- bonobo/bonobo-dock-item.c	9 Apr 2002 16:26:42 -0000	1.57
+++ bonobo/bonobo-dock-item.c	11 Apr 2002 12:09:27 -0000
@@ -362,7 +362,7 @@ bonobo_dock_item_class_init (BonoboDockI
 			G_STRUCT_OFFSET (BonoboDockItemClass, orientation_changed),
 			NULL, NULL,
 			g_cclosure_marshal_VOID__ENUM,
-			G_TYPE_NONE, 0, G_TYPE_ENUM);
+			G_TYPE_NONE, 1, GTK_TYPE_ORIENTATION);
   
   gobject_class->finalize = bonobo_dock_item_finalize;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]