PATCH: GnomeFontSelector const gchar* signal handle argument



May I apply this very simple patch? Do I need to ask about little things
like this?

-- 
Murray Cumming
murrayc usa net
www.murrayc.com
? libgnomeui.kdevprj
? libgnomeui.kdevses
? gnome_about_construct.patch
? gnome_client_gbooleans.patch
? gnomefontselector_const.patch
? libgnomeui/temp.txt
? libgnomeui/gnome-marshal.h
? libgnomeui/gnome-marshal.c
? test-gnome/test-iconlist
Index: libgnomeui/gnome-font-picker.h
===================================================================
RCS file: /cvs/gnome/libgnomeui/libgnomeui/gnome-font-picker.h,v
retrieving revision 1.16
diff -u -u -p -r1.16 gnome-font-picker.h
--- libgnomeui/gnome-font-picker.h	2001/10/21 20:41:14	1.16
+++ libgnomeui/gnome-font-picker.h	2001/12/08 17:15:46
@@ -60,7 +60,7 @@ struct _GnomeFontPickerClass {
 	GtkButtonClass parent_class;
 
 	/* font_set signal is emitted when font is choosed */
-	void (* font_set) (GnomeFontPicker *gfp, gchar *font_name);
+	void (* font_set) (GnomeFontPicker *gfp, const gchar *font_name);
 
 	/* It is possible we may need more signals */
 	gpointer padding1;


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