diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-31 04:48:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-31 04:48:24 +0800 |
commit | 0a26a651fccbd80c5c9213495d4c786ffa130a92 (patch) | |
tree | 2d6de8953b4c55a6868f27ec3ad89b73d7230c1c /widgets | |
parent | b642e45d7aedf5654f264004c19a98136fbd60ac (diff) | |
download | gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar.gz gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar.bz2 gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar.lz gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar.xz gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.tar.zst gsoc2013-evolution-0a26a651fccbd80c5c9213495d4c786ffa130a92.zip |
install new shortcut bar pixmaps.
* configure.in:
* Makefile.am:
* art/Makefile.am: install new shortcut bar pixmaps.
* widgets/shortcut-bar/e-shortcut-bar.c: Sort of use the new
pixmaps. This code needs to be restructured, but Damon is
rumored to already be doing it.
svn path=/trunk/; revision=2261
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/shortcut-bar/e-shortcut-bar.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/widgets/shortcut-bar/e-shortcut-bar.c b/widgets/shortcut-bar/e-shortcut-bar.c index 431b9c1934..6225229d53 100644 --- a/widgets/shortcut-bar/e-shortcut-bar.c +++ b/widgets/shortcut-bar/e-shortcut-bar.c @@ -52,10 +52,10 @@ struct _EShortcutBarBuiltinType { }; EShortcutBarBuiltinType e_shortcut_bar_builtin_types[] = { - { "folder:", "gnome-word.png", NULL }, - { "calendar:", "gnome-calendar.png", NULL }, - { "todo:", "gnome-cromagnon.png", NULL }, - { "contacts:", "gnome-ccthemes.png", NULL } + { "folder:", "evolution/evolution-inbox.png", NULL }, + { "calendar:", "evolution/evolution-calendar.png", NULL }, + { "todo:", "evolution/evolution-tasks.png", NULL }, + { "contacts:", "evolution/evolution-contacts.png", NULL } }; static gint e_shortcut_bar_num_builtin_types = sizeof (e_shortcut_bar_builtin_types) / sizeof (EShortcutBarBuiltinType); |