aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-11-09 09:41:26 +0000
committerChristian Grothoff <christian@grothoff.org>2015-11-09 09:41:26 +0000
commitff404f0793cec5c2f5aff7b43d83cd5090b49076 (patch)
tree54e4fa8b8dcd4e398dac8af1af809d27221e7b36 /src/fs
parent9aed09c2842a153b812ed8805b7fd8abb7ec7f60 (diff)
downloadgnunet-gtk-ff404f0793cec5c2f5aff7b43d83cd5090b49076.tar.gz
gnunet-gtk-ff404f0793cec5c2f5aff7b43d83cd5090b49076.zip
fix ftbfs with gtk < 3.16
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-fs-gtk_event-handler.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-fs-gtk_event-handler.c b/src/fs/gnunet-fs-gtk_event-handler.c
index a55cbe49..55a874e8 100644
--- a/src/fs/gnunet-fs-gtk_event-handler.c
+++ b/src/fs/gnunet-fs-gtk_event-handler.c
@@ -1259,8 +1259,10 @@ populate_popup_with_uri_items (void *cls,
1259 GTK_ICON_SIZE_MENU); 1259 GTK_ICON_SIZE_MENU);
1260 gtk_container_add (GTK_CONTAINER (box), 1260 gtk_container_add (GTK_CONTAINER (box),
1261 ns_association_icon); 1261 ns_association_icon);
1262#if GTK_CHECK_VERSION(3,16,0)
1262 gtk_label_set_xalign (GTK_LABEL (label), 1263 gtk_label_set_xalign (GTK_LABEL (label),
1263 0.0); 1264 0.0);
1265#endif
1264 accel_group = gtk_accel_group_new (); 1266 accel_group = gtk_accel_group_new ();
1265 gtk_widget_add_accelerator (child, 1267 gtk_widget_add_accelerator (child,
1266 "activate", 1268 "activate",