Mercurial > pidgin-twitter
changeset 113:388a8ca50817
tweaked configure dialog.
author | Yoshiki Yazawa <yaz@honeyplnaet.jp> |
---|---|
date | Tue, 15 Jul 2008 22:23:02 +0900 |
parents | cece12684fb7 |
children | 48bfe86ff990 |
files | pidgin-twitter.c |
diffstat | 1 files changed, 4 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin-twitter.c Tue Jul 15 19:16:31 2008 +0900 +++ b/pidgin-twitter.c Tue Jul 15 22:23:02 2008 +0900 @@ -2067,10 +2067,10 @@ purple_plugin_pref_frame_add(frame, pref); - /***********************/ - /* GUI config heading */ - /***********************/ - pref = purple_plugin_pref_new_with_label("GUI"); + /*******************/ + /* Utility heading */ + /*******************/ + pref = purple_plugin_pref_new_with_label("Utility"); purple_plugin_pref_frame_add(frame, pref); /* show icon */ @@ -2093,13 +2093,6 @@ purple_prefs_connect_callback(plugin, OPT_COUNTER, counter_prefs_cb, NULL); - - /****************************/ - /* advanced config heading */ - /****************************/ - pref = purple_plugin_pref_new_with_label("Advanced"); - purple_plugin_pref_frame_add(frame, pref); - /* escape pseudo command setting */ pref = purple_plugin_pref_new_with_name_and_label(OPT_ESCAPE_PSEUDO, "Escape pseudo command string");