[gtk+/client-side-decorations: 51/92] gtk_window_button_press_event() return FALSE at the end
- From: Cody Russell <bratsche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/client-side-decorations: 51/92] gtk_window_button_press_event() return FALSE at the end
- Date: Fri, 16 Apr 2010 19:31:23 +0000 (UTC)
commit 80979520e38b9efe33575e1b7badc7569766468b
Author: Cody Russell <bratsche gnome org>
Date: Wed Jul 8 18:54:41 2009 +0100
gtk_window_button_press_event() return FALSE at the end
gtk/gtkwindow.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index bac47a9..3ce7737 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -5838,7 +5838,7 @@ gtk_window_button_press_event (GtkWidget *widget,
return TRUE;
}
- return GTK_WIDGET_CLASS (gtk_window_parent_class)->button_press_event (widget, event);
+ return FALSE;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]