aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/event-editor.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-18 04:59:01 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-18 04:59:01 +0800
commit5a2b990b92f6e0efe87bc07483767b5c8810056f (patch)
tree176ce3d0578ed63ae043aae7dd2a95eef5f0af28 /calendar/gui/dialogs/event-editor.c
parent58fa5a1df654b130feb13a7889a097c96ac5d858 (diff)
downloadgsoc2013-evolution-5a2b990b92f6e0efe87bc07483767b5c8810056f.tar
gsoc2013-evolution-5a2b990b92f6e0efe87bc07483767b5c8810056f.tar.gz
gsoc2013-evolution-5a2b990b92f6e0efe87bc07483767b5c8810056f.tar.bz2
gsoc2013-evolution-5a2b990b92f6e0efe87bc07483767b5c8810056f.tar.lz
gsoc2013-evolution-5a2b990b92f6e0efe87bc07483767b5c8810056f.tar.xz
gsoc2013-evolution-5a2b990b92f6e0efe87bc07483767b5c8810056f.tar.zst
gsoc2013-evolution-5a2b990b92f6e0efe87bc07483767b5c8810056f.zip
Same.
2004-05-17 Jeffrey Stedfast <fejj@novell.com> * gui/dialogs/event-editor.c: Same. * gui/dialogs/comp-editor.c: Change E_PIXMAP size args over to E_ICON_SIZE_* values. svn path=/trunk/; revision=25942
Diffstat (limited to 'calendar/gui/dialogs/event-editor.c')
-rw-r--r--calendar/gui/dialogs/event-editor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/event-editor.c b/calendar/gui/dialogs/event-editor.c
index 8064455ccd..7dee1c54d6 100644
--- a/calendar/gui/dialogs/event-editor.c
+++ b/calendar/gui/dialogs/event-editor.c
@@ -29,6 +29,7 @@
#include <gal/util/e-util.h>
#include <libgnome/gnome-i18n.h>
#include <widgets/misc/e-dateedit.h>
+#include <e-util/e-icon-factory.h>
#include "event-page.h"
#include "alarm-page.h"
@@ -69,7 +70,7 @@ static void model_row_change_insert_cb (GtkTreeModel *model, GtkTreePath *path,
static void model_row_delete_cb (GtkTreeModel *model, GtkTreePath *path, gpointer data);
static EPixmap pixmaps [] = {
- E_PIXMAP ("/Toolbar/Actions/ActionScheduleMeeting", "stock_people", 24),
+ E_PIXMAP ("/Toolbar/Actions/ActionScheduleMeeting", "stock_people", E_ICON_SIZE_LARGE_TOOLBAR),
E_PIXMAP_END
};