mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
gtk2: fix building with gcc15
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/gtk/gtkitemfactory.c
|
||||
+++ b/gtk/gtkitemfactory.c
|
||||
@@ -1184,7 +1184,7 @@
|
||||
|
||||
entry.path = path;
|
||||
entry.accelerator = entries[i].accelerator;
|
||||
- entry.callback = entries[i].callback;
|
||||
+ entry.callback = (GtkItemFactoryCallback) entries[i].callback;
|
||||
entry.callback_action = 0;
|
||||
if (g_pattern_match_string (pspec_separator, path))
|
||||
entry.item_type = "<Separator>";
|
||||
Reference in New Issue
Block a user