This is an automated email from the git hooks/post-receive script.

landry pushed a commit to branch master
in repository panel-plugins/xfce4-datetime-plugin.

commit df13bb6db966cfa97746f1f51b89bf8b05a4b916
Author: Landry Breuil <[email protected]>
Date:   Sun May 1 11:30:20 2016 +0200

    gtk_calendar_display_options() was renamed to 
gtk_calendar_set_display_options()
---
 panel-plugin/datetime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/datetime.c b/panel-plugin/datetime.c
index 3237b72..89387fb 100644
--- a/panel-plugin/datetime.c
+++ b/panel-plugin/datetime.c
@@ -291,7 +291,7 @@ static GtkWidget * pop_calendar_window(t_datetime 
*datetime, int orientation)
   display_options = GTK_CALENDAR_SHOW_HEADING |
     GTK_CALENDAR_SHOW_WEEK_NUMBERS |
     GTK_CALENDAR_SHOW_DAY_NAMES;
-  gtk_calendar_display_options(GTK_CALENDAR (cal), display_options);
+  gtk_calendar_set_display_options(GTK_CALENDAR (cal), display_options);
   gtk_container_add (GTK_CONTAINER(frame), cal);
 
   g_signal_connect_after(G_OBJECT(window), "realize",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to