diff options
author | Alessio Treglia <alessio@debian.org> | 2012-06-03 00:47:50 +0200 |
---|---|---|
committer | Alessio Treglia <alessio@debian.org> | 2012-06-03 00:47:50 +0200 |
commit | 2fc0bb47c780bf8dc80944b4fc3efac26d20a134 (patch) | |
tree | 3cb02a9f74115673b5b64578cab09a6e33270d4b /src/ui.c | |
parent | a9bb26f88284042eb37fddb631a7a1d57960653e (diff) | |
parent | f61940ebd00dbbcfccf408fd93fb1ab2ec5c78d5 (diff) |
Merge tag 'upstream/3.4.2'
Upstream version 3.4.2
Diffstat (limited to 'src/ui.c')
-rw-r--r-- | src/ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |