summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui.c b/src/ui.c
index fd42d4e..5b27835 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -1342,7 +1342,7 @@ static gchar* simple_scan_choose_file_location (SimpleScan* self) {
filter = _tmp19_;
_tmp20_ = filter;
_tmp21_ = _ ("Image Files");
- gtk_buildable_set_name ((GtkBuildable*) _tmp20_, _tmp21_);
+ gtk_file_filter_set_name (_tmp20_, _tmp21_);
_tmp22_ = filter;
gtk_file_filter_add_pixbuf_formats (_tmp22_);
_tmp23_ = filter;
@@ -1356,7 +1356,7 @@ static gchar* simple_scan_choose_file_location (SimpleScan* self) {
filter = _tmp27_;
_tmp28_ = filter;
_tmp29_ = _ ("All Files");
- gtk_buildable_set_name ((GtkBuildable*) _tmp28_, _tmp29_);
+ gtk_file_filter_set_name (_tmp28_, _tmp29_);
_tmp30_ = filter;
gtk_file_filter_add_pattern (_tmp30_, "*");
_tmp31_ = self->priv->save_dialog;