GtkScale::format_value incorrect



May I apply this patch, to fix the type of the GtkScale "format_value"
signal's first argument?


-- 
Murray Cumming
murrayc usa net
www.murrayc.com
? ChangeLog2
? scale_signal_fix.patch
? gtk+.kdevprj
? gtk+.kdevses
? examples/menu/itemfactory
Index: gtk/gtkscale.h
===================================================================
RCS file: /cvs/gnome/gtk+/gtk/gtkscale.h,v
retrieving revision 1.14
diff -u -u -p -r1.14 gtkscale.h
--- gtk/gtkscale.h	2001/08/23 15:26:48	1.14
+++ gtk/gtkscale.h	2001/12/14 22:14:35
@@ -61,7 +61,7 @@ struct _GtkScaleClass
 {
   GtkRangeClass parent_class;
 
-  gchar* (* format_value) (GtkRange *range,
+  gchar* (* format_value) (GtkScale *scale,
                            gdouble   value);  
   
   void (* draw_value) (GtkScale *scale);


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