Mercurial > pidgin
changeset 19468:02a57d349b5c
pidginstock.c
define PIDGIN_ICON_SIZE_TANGO_MICROSCOPIC
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 27 Aug 2007 05:35:00 +0000 |
parents | 1b5e786d137a |
children | 42ee8f13c917 |
files | pidgin/gtkconv.c pidgin/pidginstock.h |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pidgin/gtkconv.c Mon Aug 27 01:36:21 2007 +0000 +++ b/pidgin/gtkconv.c Mon Aug 27 05:35:00 2007 +0000 @@ -2271,7 +2271,7 @@ const char *name = NULL; GdkPixbuf *status = NULL; PurpleBlistUiOps *ops = purple_blist_get_ui_ops(); - const char *icon_size = small_icon ? "pidgin-icon-size-tango-microscopic" : PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL; + const char *icon_size = small_icon ? PIDGIN_ICON_SIZE_TANGO_MICROSCOPIC : PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL; g_return_val_if_fail(conv != NULL, NULL); account = purple_conversation_get_account(conv);
--- a/pidgin/pidginstock.h Mon Aug 27 01:36:21 2007 +0000 +++ b/pidgin/pidginstock.h Mon Aug 27 05:35:00 2007 +0000 @@ -145,6 +145,7 @@ /** * For using icons that aren't one of the default GTK_ICON_SIZEs */ +#define PIDGIN_ICON_SIZE_TANGO_MICROSCOPIC "pidgin-icon-size-tango-microscopic" #define PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL "pidgin-icon-size-tango-extra-small" #define PIDGIN_ICON_SIZE_TANGO_SMALL "pidgin-icon-size-tango-small" #define PIDGIN_ICON_SIZE_TANGO_MEDIUM "pidgin-icon-size-tango-medium"