summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/rep-gtk2/files/patch-rep-gtk.h
blob: d08df121e00ec4ca346ac16bb70e3a87116fad30 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- rep-gtk.h.orig  Thu Mar 18 16:17:18 2004
+++ rep-gtk.h   Thu Mar 18 16:17:29 2004
@@ -291,10 +291,10 @@
 
 GtkWidget*
 gtk_radio_menu_item_new_with_label_from_widget (GtkRadioMenuItem *group,
-                       gchar            *label);
+                       const gchar            *label);
 GtkWidget*
 gtk_radio_menu_item_new_with_mnemonic_from_widget (GtkRadioMenuItem *group,
-                          gchar            *label);
+                          const gchar            *label);
 GtkWidget* gtk_radio_menu_item_new_from_widget (GtkRadioMenuItem *group);
 GtkWidget* gtk_pixmap_new_interp (char *file, GtkWidget *intended_parent);