(gtk) rearrange the preferences dialog. add a `proxies' mockup.

This commit is contained in:
Charles Kerr
2008-06-06 20:03:19 +00:00
parent 7d9bc022e2
commit ee59395c60
5 changed files with 87 additions and 63 deletions

View File

@@ -91,7 +91,9 @@ static GtkToggleActionEntry pref_toggle_entries[] =
{ "show-statusbar", NULL,
N_("_Statusbar"), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE },
{ "show-toolbar", NULL,
N_("_Toolbar"), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE }
N_("_Toolbar"), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE },
{ PREF_KEY_SHOW_TRAY_ICON, NULL,
N_("Tray _Icon" ), NULL, NULL, G_CALLBACK(toggle_pref_cb), FALSE }
};
static GtkActionEntry entries[] =