diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-21 11:11:42 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-04-21 11:11:42 +0800 |
commit | 5fda22d8393b161a6539b848bdd5d88db7e77bc5 (patch) | |
tree | 848f35fd3af743ae90cc708fdd4d907fc28c4bcd /calendar/gnome-cal.c | |
parent | d57e1662cf2a2beb21d9413d6a4a2cef25d7c05c (diff) | |
download | gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.gz gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.bz2 gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.lz gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.xz gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.tar.zst gsoc2013-evolution-5fda22d8393b161a6539b848bdd5d88db7e77bc5.zip |
Make the any-key-creates-new-appointment-at-selection thing actually work - Federico
svn path=/trunk/; revision=173
Diffstat (limited to 'calendar/gnome-cal.c')
-rw-r--r-- | calendar/gnome-cal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gnome-cal.c b/calendar/gnome-cal.c index a7b5402e0d..bc26be5c92 100644 --- a/calendar/gnome-cal.c +++ b/calendar/gnome-cal.c @@ -102,6 +102,7 @@ setup_day_view (GnomeCalendar *gcal, time_t now) GTK_FILL | GTK_EXPAND | GTK_SHRINK, 0, 0); gtk_container_add (GTK_CONTAINER (sw), gcal->day_view); + gtk_widget_show_all (GTK_WIDGET (t)); } |