Remove all references to Glade
Fix up POTFILES.in for new .ui files
This commit is contained in:
parent
5e17d0984f
commit
f12b766e60
15 changed files with 13 additions and 48 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue