aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-edit-dialog.c')
-rw-r--r--src/fs/gnunet-fs-gtk_publish-edit-dialog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-edit-dialog.c b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
index 0951b316..6d9a641c 100644
--- a/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
+++ b/src/fs/gnunet-fs-gtk_publish-edit-dialog.c
@@ -253,7 +253,7 @@ GNUNET_GTK_edit_publication_type_combo_changed_cb (GtkComboBox * widget,
253 * @param ts the tree selection object 253 * @param ts the tree selection object
254 * @param user_data the 'struct EditPublicationDialogContext' 254 * @param user_data the 'struct EditPublicationDialogContext'
255 */ 255 */
256/* FIXME-UNCLEAN: connect this signal via glade (modern versions of Glade support this) */ 256/* FIXME-GTK3: connect this signal via glade (modern versions of Glade support this) */
257static void 257static void
258metadata_selection_changed_cb (GtkTreeSelection *ts, 258metadata_selection_changed_cb (GtkTreeSelection *ts,
259 gpointer user_data) 259 gpointer user_data)
@@ -502,7 +502,7 @@ GNUNET_GTK_edit_publication_metadata_preview_file_chooser_button_file_set_cb (Gt
502 * @param ts the tree selection object 502 * @param ts the tree selection object
503 * @param user_data the 'struct EditPublicationDialogContext' 503 * @param user_data the 'struct EditPublicationDialogContext'
504 */ 504 */
505/* FIXME-UNCLEAN: connect this signal via glade (modern versions of Glade support this) */ 505/* FIXME-GTK3: connect this signal via glade (modern versions of Glade support this) */
506static void 506static void
507keywords_selection_changed_cb (GtkTreeSelection *ts, 507keywords_selection_changed_cb (GtkTreeSelection *ts,
508 gpointer user_data) 508 gpointer user_data)
@@ -1152,7 +1152,7 @@ GNUNET_FS_GTK_edit_publish_dialog (GtkWindow * parent,
1152 gtk_widget_set_visible (GTK_WIDGET (root_label), 1152 gtk_widget_set_visible (GTK_WIDGET (root_label),
1153 is_namespace_edit ? TRUE : FALSE); 1153 is_namespace_edit ? TRUE : FALSE);
1154 1154
1155 /* FIXME-UNCLEAN: these signal handlers can be set by (modern) versions of Glade */ 1155 /* FIXME-GTK3: these signal handlers can be set by (modern) versions of Glade */
1156 keywords_selection = gtk_tree_view_get_selection (ctx->keywords_treeview); 1156 keywords_selection = gtk_tree_view_get_selection (ctx->keywords_treeview);
1157 g_signal_connect (G_OBJECT (keywords_selection), "changed", 1157 g_signal_connect (G_OBJECT (keywords_selection), "changed",
1158 G_CALLBACK (keywords_selection_changed_cb), ctx); 1158 G_CALLBACK (keywords_selection_changed_cb), ctx);