aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/shortcut-bar/e-group-bar.c
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-07-17 14:22:18 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-07-17 14:22:18 +0800
commit4c3eaff412bf29bf8eb5e5dda2f11a9b24a46abb (patch)
tree0c5573bb616e7dd351bb3ed7f5d441daddfdf381 /widgets/shortcut-bar/e-group-bar.c
parent237f2dc92b27da3e11c2ea4fcea7b45f7196f583 (diff)
downloadgsoc2013-evolution-4c3eaff412bf29bf8eb5e5dda2f11a9b24a46abb.tar
gsoc2013-evolution-4c3eaff412bf29bf8eb5e5dda2f11a9b24a46abb.tar.gz
gsoc2013-evolution-4c3eaff412bf29bf8eb5e5dda2f11a9b24a46abb.tar.bz2
gsoc2013-evolution-4c3eaff412bf29bf8eb5e5dda2f11a9b24a46abb.tar.lz
gsoc2013-evolution-4c3eaff412bf29bf8eb5e5dda2f11a9b24a46abb.tar.xz
gsoc2013-evolution-4c3eaff412bf29bf8eb5e5dda2f11a9b24a46abb.tar.zst
gsoc2013-evolution-4c3eaff412bf29bf8eb5e5dda2f11a9b24a46abb.zip
new files implementing a simple model for the shortcuts, so we can have
2000-07-16 Damon Chaplin <damon@helixcode.com> * e-shortcut-model.[hc]: new files implementing a simple model for the shortcuts, so we can have multiple views. * Makefile.am (libshortcut_bar_a_SOURCES): added e-shortcut-model.[hc] * e-shortcut-bar.[hc]: updated to use the model. * e-icon-bar.c (e_icon_bar_item_pressed): set mouse_over_item_num as well as pressed_item_num to fix bug. svn path=/trunk/; revision=4186
Diffstat (limited to 'widgets/shortcut-bar/e-group-bar.c')
-rw-r--r--widgets/shortcut-bar/e-group-bar.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/shortcut-bar/e-group-bar.c b/widgets/shortcut-bar/e-group-bar.c
index bd96898765..dd78fe6243 100644
--- a/widgets/shortcut-bar/e-group-bar.c
+++ b/widgets/shortcut-bar/e-group-bar.c
@@ -34,10 +34,9 @@
* GtkNotebook tab labels.
*/
+#include <config.h>
#include <math.h>
-
#include <gnome.h>
-
#include "e-group-bar.h"
#define E_GROUP_BAR_SCROLL_TIMEOUT 10