diff options
author | rbuj <[email protected]> | 2020-06-20 14:56:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-07-05 21:10:53 +0200 |
commit | 34c561894bfedab242876fea249ab8596a61e8a4 (patch) | |
tree | b7bc1bbca8ffeb4f36728426a82d97ec2feb3910 /applets/clock/calendar-window.c | |
parent | 75958f67ce255167ce09d8054efe25823c55cafd (diff) | |
download | mate-panel-34c561894bfedab242876fea249ab8596a61e8a4.tar.bz2 mate-panel-34c561894bfedab242876fea249ab8596a61e8a4.tar.xz |
Avoid using single-line cpp comments
Diffstat (limited to 'applets/clock/calendar-window.c')
-rw-r--r-- | applets/clock/calendar-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c index d47189d6..d69e0010 100644 --- a/applets/clock/calendar-window.c +++ b/applets/clock/calendar-window.c @@ -264,7 +264,7 @@ calendar_window_pack_locations (CalendarWindow *calwin, GtkWidget *vbox) gtk_widget_show (calwin->priv->locations_list); gtk_container_add (GTK_CONTAINER (vbox), calwin->priv->locations_list); - //gtk_box_pack_start (GTK_BOX (vbox), calwin->priv->locations_list, TRUE, FALSE, 0); + /* gtk_box_pack_start (GTK_BOX (vbox), calwin->priv->locations_list, TRUE, FALSE, 0); */ } static void @@ -524,7 +524,7 @@ calendar_window_set_invert_order (CalendarWindow *calwin, return; calwin->priv->invert_order = invert_order; - //FIXME: update the order of the content of the window + /* FIXME: update the order of the content of the window */ g_object_notify (G_OBJECT (calwin), "invert-order"); } |