comparison pidgin/gtkprefs.c @ 25508:e0add2aafeaf

- merge nosuke's tab width patch.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 11 Jun 2007 13:08:55 +0000
parents 295777a9e2a4
children ff69c2a9ccf2
comparison
equal deleted inserted replaced
25507:abc46fd562bd 25508:e0add2aafeaf
851 if (!purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/tabs")) 851 if (!purple_prefs_get_bool(PIDGIN_PREFS_ROOT "/conversations/tabs"))
852 gtk_widget_set_sensitive(vbox2, FALSE); 852 gtk_widget_set_sensitive(vbox2, FALSE);
853 853
854 pidgin_prefs_checkbox(_("Show close b_utton on tabs"), 854 pidgin_prefs_checkbox(_("Show close b_utton on tabs"),
855 PIDGIN_PREFS_ROOT "/conversations/close_on_tabs", vbox2); 855 PIDGIN_PREFS_ROOT "/conversations/close_on_tabs", vbox2);
856
857 pidgin_prefs_checkbox(_("Trim names on vertical tabs"),
858 PIDGIN_PREFS_ROOT "/conversations/trim_vertical_tabs", vbox2);
856 859
857 label = pidgin_prefs_dropdown(vbox2, _("_Placement:"), PURPLE_PREF_INT, 860 label = pidgin_prefs_dropdown(vbox2, _("_Placement:"), PURPLE_PREF_INT,
858 PIDGIN_PREFS_ROOT "/conversations/tab_side", 861 PIDGIN_PREFS_ROOT "/conversations/tab_side",
859 _("Top"), GTK_POS_TOP, 862 _("Top"), GTK_POS_TOP,
860 _("Bottom"), GTK_POS_BOTTOM, 863 _("Bottom"), GTK_POS_BOTTOM,