Remove WID() macro, which has an incompatible definition in
2007-05-04 Thomas Wood <thos@gnome.org> * appearance-desktop.c: (wp_add_images), (wp_dragged_image), (desktop_init): * appearance-main.c: (main): * appearance-themes.c: (themes_init): * appearance-ui.c: (set_toolbar_style), (set_have_icons), (ui_init): * appearance.h: Remove WID() macro, which has an incompatible definition in capplet-utils.h svn path=/trunk/; revision=7549
This commit is contained in:
parent
af3c712e63
commit
207ce87995
6 changed files with 37 additions and 28 deletions
|
@ -91,7 +91,7 @@ main (int argc, char **argv)
|
|||
*/
|
||||
|
||||
/* prepare the main window */
|
||||
w = WID ("appearance_window");
|
||||
w = glade_xml_get_widget (data->xml, "appearance_window");
|
||||
gtk_widget_show_all (w);
|
||||
g_signal_connect (G_OBJECT (w), "delete-event", (GCallback) gtk_main_quit, NULL);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue