Remove all references to Glade

Fix up POTFILES.in for new .ui files
This commit is contained in:
Robert Ancell 2009-07-30 13:33:03 +10:00
parent 5e17d0984f
commit f12b766e60
15 changed files with 13 additions and 48 deletions

View file

@ -32,9 +32,9 @@
/* Macros to make certain repetitive tasks a bit easier */
/* Retrieve a widget from the Glade object */
/* Retrieve a widget from the UI object */
#define WID(s) glade_xml_get_widget (dialog, s)
#define WID(s) GTK_WIDGET (gtk_builder_get_object (dialog, s))
/* Some miscellaneous functions useful to all capplets */