# HG changeset patch # User Yoshiki Yazawa # Date 1216128182 -32400 # Node ID 388a8ca508177db01af3fc144ab7ac1a3215873c # Parent cece12684fb7ee6a3a2b4b4c348c1aa685d693e2 tweaked configure dialog. diff -r cece12684fb7 -r 388a8ca50817 pidgin-twitter.c --- 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");