[shotwell/shotwell-0.30] publishing: Fix references to GLib.BindingFlags



commit d5d38757ed367d80dcae4ae7f08c9420595c0686
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Feb 28 20:05:30 2019 +0100

    publishing: Fix references to GLib.BindingFlags

 plugins/shotwell-publishing/PhotosPublishingPane.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/shotwell-publishing/PhotosPublishingPane.vala 
b/plugins/shotwell-publishing/PhotosPublishingPane.vala
index 32ccf8a7..d1b00d6a 100644
--- a/plugins/shotwell-publishing/PhotosPublishingPane.vala
+++ b/plugins/shotwell-publishing/PhotosPublishingPane.vala
@@ -75,8 +75,8 @@ internal class PublishingOptionsPane : Gtk.Box, Spit.Publishing.DialogPane {
             size_combo.set_active(parameters.get_major_axis_size_selection_id());
         }
 
-        existing_album_radio.bind_property("active", existing_albums_combo, "sensitive", 
GLib.Binding.SYNC_CREATE);
-        new_album_radio.bind_property("active", new_album_entry, "sensitive", GLib.Binding.SYNC_CREATE);
+        existing_album_radio.bind_property("active", existing_albums_combo, "sensitive", 
GLib.BindingFlags.SYNC_CREATE);
+        new_album_radio.bind_property("active", new_album_entry, "sensitive", GLib.BindingFlags.SYNC_CREATE);
 
         publish_button.clicked.connect (on_publish_clicked);
         logout_button.clicked.connect (on_logout_clicked);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]