diff options
Diffstat (limited to 'applets/clock/calendar-window.c')
-rw-r--r-- | applets/clock/calendar-window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c index ed53f060..e230088d 100644 --- a/applets/clock/calendar-window.c +++ b/applets/clock/calendar-window.c @@ -206,7 +206,7 @@ create_hig_frame (CalendarWindow *calwin, g_signal_connect (expander, "notify::expanded", G_CALLBACK (expand_collapse), vbox); - /* FIXME: this doesn't really work, since "add" does not + /* FIXME: this doesn't really work, since "add" does not * get emitted for e.g. gtk_box_pack_start */ g_signal_connect (vbox, "add", G_CALLBACK (add_child), expander); |