[gnome-calendar/ui-rewrite] gcal-days-grid: fixed unmap bug
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/ui-rewrite] gcal-days-grid: fixed unmap bug
- Date: Mon, 29 Jul 2013 17:37:28 +0000 (UTC)
commit 7e78057e1a2cadb3472e2a8a8aa9d1413aca6816
Author: Erick Pérez Castellanos <erick red gmail com>
Date: Fri Jul 5 10:16:03 2013 -0400
gcal-days-grid: fixed unmap bug
src/gcal-days-grid.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-days-grid.c b/src/gcal-days-grid.c
index a80e4ed..bb0da40 100644
--- a/src/gcal-days-grid.c
+++ b/src/gcal-days-grid.c
@@ -473,7 +473,7 @@ gcal_days_grid_unmap (GtkWidget *widget)
if (priv->event_window != NULL)
gdk_window_hide (priv->event_window);
- GTK_WIDGET_CLASS (gcal_days_grid_parent_class)->map (widget);
+ GTK_WIDGET_CLASS (gcal_days_grid_parent_class)->unmap (widget);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]