[gnome-terminal] notebook: Fix parent class handler
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] notebook: Fix parent class handler
- Date: Thu, 17 Jan 2013 13:52:16 +0000 (UTC)
commit 08b99e225df70172571e7a7ed680c83cd4b57841
Author: Christian Persch <chpe gnome org>
Date: Thu Jan 17 14:51:27 2013 +0100
notebook: Fix parent class handler
Fix a stupid typo bug.
https://bugzilla.gnome.org/show_bug.cgi?id=691932
src/terminal-notebook.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/terminal-notebook.c b/src/terminal-notebook.c
index 08e879c..a63a2b7 100644
--- a/src/terminal-notebook.c
+++ b/src/terminal-notebook.c
@@ -318,7 +318,7 @@ terminal_notebook_scroll_event (GtkWidget *widget,
{
GtkNotebook *notebook = GTK_NOTEBOOK (widget);
gboolean (* scroll_event) (GtkWidget *, GdkEventScroll *) =
- GTK_WIDGET_GET_CLASS (terminal_notebook_parent_class)->scroll_event;
+ GTK_WIDGET_CLASS (terminal_notebook_parent_class)->scroll_event;
GtkWidget *child, *event_widget, *action_widget;
if ((event->state & gtk_accelerator_get_default_mod_mask ()) != 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]