[shotwell/shotwell-0.24] picasa: Remove obsolete comment



commit 8e4b4bf70c31bf8a75a114904938fae96ad40c55
Author: Jens Georg <mail jensge org>
Date:   Tue Feb 21 21:36:21 2017 +0100

    picasa: Remove obsolete comment
    
    Signed-off-by: Jens Georg <mail jensge org>

 plugins/shotwell-publishing/PicasaPublishing.vala |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/plugins/shotwell-publishing/PicasaPublishing.vala 
b/plugins/shotwell-publishing/PicasaPublishing.vala
index 843c794..130cabc 100644
--- a/plugins/shotwell-publishing/PicasaPublishing.vala
+++ b/plugins/shotwell-publishing/PicasaPublishing.vala
@@ -350,10 +350,7 @@ public class PicasaPublisher : Publishing.RESTSupport.GooglePublisher {
         Gtk.Builder builder = new Gtk.Builder();
 
         try {
-            // the trailing get_path() is required, since add_from_file can't cope
-            // with File objects directly and expects a pathname instead.
-            builder.add_from_resource(Resources.RESOURCE_PATH + "/" +
-                "picasa_publishing_options_pane.ui");
+            builder.add_from_resource(Resources.RESOURCE_PATH + "/" + "picasa_publishing_options_pane.ui");
         } catch (Error e) {
             warning("Could not parse UI file! Error: %s.", e.message);
             get_host().post_error(


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