aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-icon-factory.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-21 01:39:58 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-21 01:39:58 +0800
commit34f58b1411294a3f24855ffca5109ed0bf2fc57d (patch)
tree22978dfeba1b1bcbacb47172392743d177b9b262 /e-util/e-icon-factory.h
parenta21f43f24b61efe19abc4cd49d6e8e1b8925bd93 (diff)
downloadgsoc2013-evolution-34f58b1411294a3f24855ffca5109ed0bf2fc57d.tar
gsoc2013-evolution-34f58b1411294a3f24855ffca5109ed0bf2fc57d.tar.gz
gsoc2013-evolution-34f58b1411294a3f24855ffca5109ed0bf2fc57d.tar.bz2
gsoc2013-evolution-34f58b1411294a3f24855ffca5109ed0bf2fc57d.tar.lz
gsoc2013-evolution-34f58b1411294a3f24855ffca5109ed0bf2fc57d.tar.xz
gsoc2013-evolution-34f58b1411294a3f24855ffca5109ed0bf2fc57d.tar.zst
gsoc2013-evolution-34f58b1411294a3f24855ffca5109ed0bf2fc57d.zip
Make thread-safe. Fixes a crash I encountered this morning.
2004-04-20 Jeffrey Stedfast <fejj@ximian.com> * e-icon-factory.c (e_icon_factory_get_icon): Make thread-safe. Fixes a crash I encountered this morning. (e_icon_factory_get_icon_filename): Same. (e_icon_factory_get_icon_list): Here too. svn path=/trunk/; revision=25541
Diffstat (limited to 'e-util/e-icon-factory.h')
-rw-r--r--e-util/e-icon-factory.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/e-util/e-icon-factory.h b/e-util/e-icon-factory.h
index 866fc32aba..809576d92a 100644
--- a/e-util/e-icon-factory.h
+++ b/e-util/e-icon-factory.h
@@ -26,12 +26,12 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
enum {
- E_ICON_SIZE_MENU = 16,
- E_ICON_SIZE_BUTTON = 20,
- E_ICON_SIZE_SMALL_TOOLBAR = 18,
- E_ICON_SIZE_LARGE_TOOLBAR = 24,
- E_ICON_SIZE_DND = 32,
- E_ICON_SIZE_DIALOG = 48,
+ E_ICON_SIZE_MENU,
+ E_ICON_SIZE_BUTTON,
+ E_ICON_SIZE_SMALL_TOOLBAR,
+ E_ICON_SIZE_LARGE_TOOLBAR,
+ E_ICON_SIZE_DND,
+ E_ICON_SIZE_DIALOG,
E_ICON_NUM_SIZES
};