cpw.rekkanoryo.prefs_window: 1e0a0eb4: The theme authors for default/nonexistan..
rekkanoryo at pidgin.im
rekkanoryo at pidgin.im
Wed Nov 11 11:31:35 EST 2009
-----------------------------------------------------------------
Revision: 1e0a0eb48f7fe1dbffbbbb8d76a2d17731519418
Ancestor: 3962c1c9c836cb91d936ed2d312e9c7206e8c2af
Author: rekkanoryo at pidgin.im
Date: 2009-11-11T15:51:45
Branch: im.pidgin.cpw.rekkanoryo.prefs_window
URL: http://d.pidgin.im/viewmtn/revision/info/1e0a0eb48f7fe1dbffbbbb8d76a2d17731519418
Modified files:
pidgin/gtkprefs.c
ChangeLog:
The theme authors for default/nonexistant themes should be consistent. Since
smiley themes have been around forever, I elected to borrow the author for the
"None" theme. If this should be someone else instead, change it.
-------------- next part --------------
============================================================
--- pidgin/gtkprefs.c 29385d68d7c6b9b2a7d3e5e2fc1982e881406fee
+++ pidgin/gtkprefs.c a91a0356a46f3a59d5fc575d1f536b94879d8e31
@@ -493,7 +493,7 @@ pref_sound_generate_markup(void)
if (!name || *name == '\0') {
g_free(name);
name = g_strdup(_("(Default)"));
- author = _("None");
+ author = _("Penguin Pimps");
description = _("The default Pidgin sound theme");
} else {
theme = PURPLE_SOUND_THEME(purple_theme_manager_find_theme(name, "sound"));
@@ -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, _("None"),
+ 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, _("None"),
+ 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);
More information about the Commits
mailing list