diff options
Diffstat (limited to 'x11-toolkits/rep-gtk2/files/patch-rep-gtk.h')
-rw-r--r-- | x11-toolkits/rep-gtk2/files/patch-rep-gtk.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-toolkits/rep-gtk2/files/patch-rep-gtk.h b/x11-toolkits/rep-gtk2/files/patch-rep-gtk.h new file mode 100644 index 000000000000..d08df121e00e --- /dev/null +++ b/x11-toolkits/rep-gtk2/files/patch-rep-gtk.h @@ -0,0 +1,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); + |