aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/gnome-cal.c
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-04-08 23:39:04 +0800
committerSeth Alves <alves@src.gnome.org>2000-04-08 23:39:04 +0800
commitbf8ac9cd55803fc7c71f1e5c476b678472c8524b (patch)
tree5d0a1a2d770b54423f4e6dde02db24ac3cbe8c26 /calendar/gui/gnome-cal.c
parenta16423ef8ad6ab23085e0b458c3f66aa7124fef4 (diff)
downloadgsoc2013-evolution-bf8ac9cd55803fc7c71f1e5c476b678472c8524b.tar
gsoc2013-evolution-bf8ac9cd55803fc7c71f1e5c476b678472c8524b.tar.gz
gsoc2013-evolution-bf8ac9cd55803fc7c71f1e5c476b678472c8524b.tar.bz2
gsoc2013-evolution-bf8ac9cd55803fc7c71f1e5c476b678472c8524b.tar.lz
gsoc2013-evolution-bf8ac9cd55803fc7c71f1e5c476b678472c8524b.tar.xz
gsoc2013-evolution-bf8ac9cd55803fc7c71f1e5c476b678472c8524b.tar.zst
gsoc2013-evolution-bf8ac9cd55803fc7c71f1e5c476b678472c8524b.zip
calendar is a frame instead of a window, now.
* gui/gncal-todo.c (simple_todo_editor): calendar is a frame instead of a window, now. * gui/gnome-cal.c (gnome_calendar_new): same * gui/goto.c (goto_dialog): same svn path=/trunk/; revision=2337
Diffstat (limited to 'calendar/gui/gnome-cal.c')
-rw-r--r--calendar/gui/gnome-cal.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/calendar/gui/gnome-cal.c b/calendar/gui/gnome-cal.c
index 775762ca85..7b784fc613 100644
--- a/calendar/gui/gnome-cal.c
+++ b/calendar/gui/gnome-cal.c
@@ -241,7 +241,10 @@ gnome_calendar_new (char *title)
app->prefix = g_strconcat ("/", app->name, "/", NULL);
*/
- /* gtk_window_set_title(GTK_WINDOW(retval), title); */
+ /*
+ gtk_window_set_title (GTK_WINDOW (gtk_widget_get_toplevel (retval)),
+ title);
+ */
gcal->current_display = time_day_begin (time (NULL));
gcal->client = cal_client_new ();