From 012597c56eb6788247cb836f94518a3b8de0b0f7 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Fri, 20 Apr 2007 05:37:15 +0000 Subject: Fix for bug #259606 svn path=/trunk/; revision=33438 --- shell/e-sidebar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/e-sidebar.h') diff --git a/shell/e-sidebar.h b/shell/e-sidebar.h index c93300c53f..8bf6eeb51f 100644 --- a/shell/e-sidebar.h +++ b/shell/e-sidebar.h @@ -52,7 +52,9 @@ struct _ESidebar { struct _ESidebarClass { GtkContainerClass parent_class; + /* signals */ void (* button_selected) (ESidebar *sidebar, int id); + void (* button_pressed) (ESidebar *sidebar, GdkEventButton *event, int id); }; -- cgit v1.2.3