cpw.rekkanoryo.prefs_window: 44de9c07: Make the default themes' names consisten...
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Wed Nov 11 14:50:26 EST 2009
-----------------------------------------------------------------
Revision: 44de9c074573364248a9f9f145872b521bc48874
Ancestor: 81a8fb552968601ebcb07d6e82c4460df7296d7c
Author: rekkanoryo at pidgin.im
Date: 2009-11-11T19:48:59
Branch: im.pidgin.cpw.rekkanoryo.prefs_window
URL: http://d.pidgin.im/viewmtn/revision/info/44de9c074573364248a9f9f145872b521bc48874
Modified files:
pidgin/gtkprefs.c
ChangeLog:
Make the default themes' names consistent with the default smiley theme.
-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c fb49b7dbd6a79f81bfe32ef3f77956ccc1b7052f
+++ pidgin/gtkprefs.c 578ed2528b6f9e1c12eb4385bd85bca478724956
@@ -492,7 +492,7 @@ pref_sound_generate_markup(void)
if (!name || *name == '\0') {
g_free(name);
- name = g_strdup(_("(Default)"));
+ name = g_strdup(_("Default"));
author = _("Penguin Pimps");
description = _("The default Pidgin sound theme");
} else {
@@ -613,7 +613,7 @@ prefs_themes_refresh(void)
/* blist themes */
gtk_list_store_clear(prefs_blist_themes);
gtk_list_store_append(prefs_blist_themes, &iter);
- tmp = get_theme_markup(_("(Default)"), FALSE, _("Penguin Pimps"),
+ tmp = get_theme_markup(_("Default"), FALSE, _("Penguin Pimps"),
_("The default Pidgin buddy list theme"));
gtk_list_store_set(prefs_blist_themes, &iter, 0, pixbuf, 1, tmp, 2, "", -1);
g_free(tmp);
@@ -621,7 +621,7 @@ prefs_themes_refresh(void)
/* status icon themes */
gtk_list_store_clear(prefs_status_icon_themes);
gtk_list_store_append(prefs_status_icon_themes, &iter);
- tmp = get_theme_markup(_("(Default)"), FALSE, _("Penguin Pimps"),
+ tmp = get_theme_markup(_("Default"), FALSE, _("Penguin Pimps"),
_("The default Pidgin status icon theme"));
gtk_list_store_set(prefs_status_icon_themes, &iter, 0, pixbuf, 1, tmp, 2, "", -1);
g_free(tmp);
@@ -1169,7 +1169,6 @@ theme_page(void)
GtkWidget *themesel_hbox;
GtkSizeGroup *label_sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
GtkSizeGroup *combo_sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
- GtkSizeGroup *smiley_sg = gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL);
ret = gtk_vbox_new(FALSE, PIDGIN_HIG_CAT_SPACE);
gtk_container_set_border_width (GTK_CONTAINER (ret), PIDGIN_HIG_BORDER);
More information about the Commits
mailing list