[gnome-calendar/search-improvements] search-view: remove obsolete comment, some style fixing
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/search-improvements] search-view: remove obsolete comment, some style fixing
- Date: Tue, 6 Jan 2015 16:06:29 +0000 (UTC)
commit 367bd94b8e6e8aa792b06c45e50e6baddd51f20c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Tue Jan 6 13:58:13 2015 -0200
search-view: remove obsolete comment, some style fixing
src/gcal-search-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-search-view.c b/src/gcal-search-view.c
index 3cef89b..f99fc40 100644
--- a/src/gcal-search-view.c
+++ b/src/gcal-search-view.c
@@ -184,11 +184,11 @@ make_grid_for_event (GcalSearchView *view,
g_date_time_unref (datetime);
g_free (start);
- /* labels: 10%; event widget: 90% */
gtk_grid_attach (GTK_GRID (box), start_date, 1, 0, 1, 1);
gtk_grid_attach (GTK_GRID (box), start_time, 0, 0, 1, 1);
gtk_grid_attach (GTK_GRID (grid), GTK_WIDGET (event), 0, 0, 1, 1);
gtk_grid_attach (GTK_GRID (grid), box, 1, 0, 1, 1);
+
gtk_widget_show (start_date);
gtk_widget_show (start_time);
gtk_widget_show (box);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]