aboutsummaryrefslogtreecommitdiff
path: root/src/edit_publish_dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/edit_publish_dialog.c')
-rw-r--r--src/edit_publish_dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/edit_publish_dialog.c b/src/edit_publish_dialog.c
index 4675a6de..8b695a92 100644
--- a/src/edit_publish_dialog.c
+++ b/src/edit_publish_dialog.c
@@ -475,7 +475,7 @@ preserve_meta_items (void *cls,
475 struct GNUNET_CONTAINER_MetaData *md = cls; 475 struct GNUNET_CONTAINER_MetaData *md = cls;
476 GtkTreeModel *tm; 476 GtkTreeModel *tm;
477 GtkTreeIter iter; 477 GtkTreeIter iter;
478 char *value; 478 gchar *value;
479 guint ntype; 479 guint ntype;
480 guint nformat; 480 guint nformat;
481 int keep; 481 int keep;
@@ -563,7 +563,7 @@ file_information_update (void *cls,
563 GtkTreeIter iter; 563 GtkTreeIter iter;
564 struct GNUNET_FS_Uri *nxt; 564 struct GNUNET_FS_Uri *nxt;
565 struct GNUNET_FS_Uri *mrg; 565 struct GNUNET_FS_Uri *mrg;
566 char *value; 566 gchar *value;
567 guint ntype; 567 guint ntype;
568 guint nformat; 568 guint nformat;
569 GtkSpinButton *sb; 569 GtkSpinButton *sb;