gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36651 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r36651 - gnunet-gtk/src/fs
Date: Mon, 9 Nov 2015 10:41:26 +0100

Author: grothoff
Date: 2015-11-09 10:41:26 +0100 (Mon, 09 Nov 2015)
New Revision: 36651

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
Log:
fix ftbfs with gtk < 3.16

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2015-11-09 07:53:47 UTC 
(rev 36650)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_event-handler.c     2015-11-09 09:41:26 UTC 
(rev 36651)
@@ -1259,8 +1259,10 @@
                                                      GTK_ICON_SIZE_MENU);
   gtk_container_add (GTK_CONTAINER (box),
                      ns_association_icon);
+#if GTK_CHECK_VERSION(3,16,0)
   gtk_label_set_xalign (GTK_LABEL (label),
                         0.0);
+#endif
   accel_group = gtk_accel_group_new ();
   gtk_widget_add_accelerator (child,
                               "activate",




reply via email to

[Prev in Thread] Current Thread [Next in Thread]