A Pile of pending changes

This commit is contained in:
Jody Goldberg 2002-07-16 22:07:42 +00:00
parent 52d3daae86
commit b6e858deb7
13 changed files with 799 additions and 983 deletions

View file

@ -272,6 +272,7 @@ setup_dialog (GladeXML *dialog, GConfChangeSet *changeset)
g_free (toolbar_style);
gtk_window_set_resizable (GTK_WINDOW (widget), FALSE);
capplet_set_icon (widget, "behavior-capplet.png");
gtk_widget_show_all (widget);
}
@ -296,7 +297,6 @@ main (int argc, char **argv)
dialog = create_dialog ();
setup_dialog (dialog, changeset);
gtk_main ();
return 0;