moo_prefs_dialog_page_new_from_xml signature change
parent
4d7acff5c1
commit
d18c01dc8b
|
@ -1185,7 +1185,7 @@ _moo_plugin_attach_prefs (GtkWidget *dialog)
|
|||
g_return_if_fail (MOO_IS_PREFS_DIALOG (dialog));
|
||||
|
||||
page = moo_prefs_dialog_page_new_from_xml ("Plugins", MOO_STOCK_PLUGINS,
|
||||
MOO_PLUGIN_PREFS_GLADE_UI,
|
||||
NULL, MOO_PLUGIN_PREFS_GLADE_UI,
|
||||
-1, "page", MOO_PLUGIN_PREFS_ROOT);
|
||||
g_return_if_fail (page != NULL);
|
||||
|
||||
|
|
|
@ -1320,6 +1320,7 @@
|
|||
(parameters
|
||||
'("const-char*" "label")
|
||||
'("const-char*" "icon_stock_id")
|
||||
'("MooGladeXML*" "xml")
|
||||
'("const-char*" "buffer")
|
||||
'("int" "buffer_size")
|
||||
'("const-char*" "page_id")
|
||||
|
|
|
@ -111,7 +111,7 @@ GtkWidget *moo_term_prefs_page_new (void)
|
|||
|
||||
page = moo_prefs_dialog_page_new_from_xml ("Terminal",
|
||||
MOO_STOCK_TERMINAL,
|
||||
MOO_TERM_PREFS_GLADE_UI,
|
||||
NULL, MOO_TERM_PREFS_GLADE_UI,
|
||||
-1,
|
||||
"page",
|
||||
MOO_TERM_PREFS_PREFIX);
|
||||
|
|
|
@ -61,6 +61,8 @@ mooutils_sources = \
|
|||
$(mooutils)/moofilewatch.c \
|
||||
$(mooutils)/moofilewatch.h \
|
||||
$(mooutils)/moofiltermgr.c \
|
||||
$(mooutils)/moofontsel.c \
|
||||
$(mooutils)/moofontsel.h \
|
||||
$(mooutils)/mooglade.c \
|
||||
$(mooutils)/moohistoryentry.c \
|
||||
$(mooutils)/moohistorylist.c \
|
||||
|
|
Loading…
Reference in New Issue