[gnumeric] GUI: Probably button presses in notebook.



commit 930f0d4c58b4405da47c75168becd35fc82933ff
Author: Morten Welinder <terra gnome org>
Date:   Wed Apr 3 16:34:22 2013 -0400

    GUI: Probably button presses in notebook.

 src/widgets/gnm-notebook.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/widgets/gnm-notebook.c b/src/widgets/gnm-notebook.c
index b132dd1..3439d78 100644
--- a/src/widgets/gnm-notebook.c
+++ b/src/widgets/gnm-notebook.c
@@ -365,7 +365,8 @@ gnm_notebook_button_press (GtkWidget      *widget,
                }
        }
 
-       return TRUE;
+       return GTK_WIDGET_CLASS(gnm_notebook_parent_class)
+               ->button_press_event (widget, event);
 }
 
 static GType


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]