[gnome-calendar] search-view: remove obsolete comment, some style fixing
- From: Erick Pérez Castellanos <erickpc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar] search-view: remove obsolete comment, some style fixing
- Date: Fri, 9 Jan 2015 14:31:02 +0000 (UTC)
commit f44179da432aa11175ac4b740dc1eddecdbcba0a
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]