[evolution] Fix runtime warnings when opening calendar for the first time
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Fix runtime warnings when opening calendar for the first time
- Date: Mon, 15 Mar 2010 17:43:28 +0000 (UTC)
commit 8bb20047d9d785c08387cd26fb13b3c8de9ce5a2
Author: Milan Crha <mcrha redhat com>
Date: Mon Mar 15 18:41:14 2010 +0100
Fix runtime warnings when opening calendar for the first time
calendar/gui/gnome-cal.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index 7f85442..8ad4ca4 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -599,7 +599,7 @@ gnome_calendar_class_init (GnomeCalendarClass *class)
* Key bindings
*/
- binding_set = gtk_binding_set_by_class (class);
+ binding_set = gtk_binding_set_new (G_OBJECT_CLASS_NAME (class));
/* Alt+PageUp/PageDown, go to the first/last day of the month */
gtk_binding_entry_add_signal (binding_set, GDK_Page_Up,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]