From 4c3eaff412bf29bf8eb5e5dda2f11a9b24a46abb Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Mon, 17 Jul 2000 06:22:18 +0000 Subject: new files implementing a simple model for the shortcuts, so we can have 2000-07-16 Damon Chaplin * 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 --- widgets/shortcut-bar/e-group-bar.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'widgets/shortcut-bar/e-group-bar.c') 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 #include - #include - #include "e-group-bar.h" #define E_GROUP_BAR_SCROLL_TIMEOUT 10 -- cgit v1.2.3