[evolution-patches] 313063, message scrollbar completely nonfunctional
- From: Not Zed <notzed ximian com>
- To: asdf <evolution-patches lists ximian com>
- Subject: [evolution-patches] 313063, message scrollbar completely nonfunctional
- Date: Wed, 10 Aug 2005 14:28:06 +0800
Dunno why its only me seeing it, had it for months. Maybe some glib
version bug that considers a pointer to an object not a pointer.
this manifests itself also as a warning about 'assertion failed, GVALUE
holds pointer' or some rubbish at startup.
Index: widgets/table/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/table/ChangeLog,v
retrieving revision 1.3
diff -u -p -r1.3 ChangeLog
--- widgets/table/ChangeLog 25 Jul 2005 04:28:26 -0000 1.3
+++ widgets/table/ChangeLog 10 Aug 2005 06:27:44 -0000
@@ -1,3 +1,11 @@
+2005-08-10 Not Zed <NotZed Ximian com>
+
+ ** See bug #313063.
+
+ * e-tree.c (e_tree_class_init): fix the set_scroll_adjustments
+ signal to take object, not pointer arguments. Since glib's
+ anality doesn't accept an object pointer as a pointer. go figure.
+
2005-07-25 Srinivasa Ragavan <sragavan novell com>
* e-table-config.glade: Added code to use stock icons instead of
Index: widgets/table/e-tree.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/table/e-tree.c,v
retrieving revision 1.114
diff -u -p -r1.114 e-tree.c
--- widgets/table/e-tree.c 23 Jun 2005 09:11:10 -0000 1.114
+++ widgets/table/e-tree.c 10 Aug 2005 06:27:45 -0000
@@ -3256,7 +3256,7 @@ e_tree_class_init (ETreeClass *class)
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (ETreeClass, set_scroll_adjustments),
NULL, NULL,
- e_util_marshal_NONE__POINTER_POINTER,
+ e_util_marshal_NONE__OBJECT_OBJECT,
G_TYPE_NONE, 2, GTK_TYPE_ADJUSTMENT,
GTK_TYPE_ADJUSTMENT);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]