Mercurial > pidgin.yaz
diff pidgin/plugins/themeedit.c @ 26664:5d71de58452c
Make it possible to load non-status icons using a PidginStockIconTheme.
For now, just chat-room emblems can be set, but adding other icons should
be trivial.
WISHLIST (Crazy/Driveby Patch Writers step forward please!):
* Move the theme-editor plugin to a subdirectory under plugins/.
* Make the 'Save' buttons work, possibly ask for some details when saving
(e.g. Author's name etc.)
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Mon, 20 Apr 2009 03:20:15 +0000 |
| parents | 0dddfdb3a24a |
| children | 78bca07e6737 |
line wrap: on
line diff
--- a/pidgin/plugins/themeedit.c Sun Apr 19 19:45:53 2009 +0000 +++ b/pidgin/plugins/themeedit.c Mon Apr 20 03:20:15 2009 +0000 @@ -299,7 +299,7 @@ act = purple_plugin_action_new(_("Edit Buddylist Theme"), pidgin_blist_theme_edit); l = g_list_append(l, act); - act = purple_plugin_action_new(_("Edit Status Icon Theme"), pidgin_icon_theme_edit); + act = purple_plugin_action_new(_("Edit Icon Theme"), pidgin_icon_theme_edit); l = g_list_append(l, act); return l;
