aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-fs-gtk_publish-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/gnunet-fs-gtk_publish-dialog.c')
-rw-r--r--src/fs/gnunet-fs-gtk_publish-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_publish-dialog.c b/src/fs/gnunet-fs-gtk_publish-dialog.c
index b921044a..cb7e2c1e 100644
--- a/src/fs/gnunet-fs-gtk_publish-dialog.c
+++ b/src/fs/gnunet-fs-gtk_publish-dialog.c
@@ -1748,8 +1748,8 @@ GNUNET_GTK_master_publish_dialog_cancel_button_clicked_cb (GtkButton * button,
1748 * @param widget the widget that generated the close event 1748 * @param widget the widget that generated the close event
1749 * @param even the close event 1749 * @param even the close event
1750 * @param user_data master publishing dialog context of our window 1750 * @param user_data master publishing dialog context of our window
1751 * @return TRUE to refuse to close, FALSE if we closed the window 1751 * @return TRUE to refuse to close (stops other handlers from being invoked)
1752 * FIXME: are these return codes correct? 1752 * FALSE to allow closing the window
1753 */ 1753 */
1754gboolean 1754gboolean
1755GNUNET_GTK_master_publish_dialog_delete_event_cb (GtkWidget * widget, 1755GNUNET_GTK_master_publish_dialog_delete_event_cb (GtkWidget * widget,