[glom/glom-1-28] Revert "Adapt to the latest Gio::Resource API."



commit d96d1d24130a64b5b339dbb3753c8743b4f4a3aa
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Feb 12 13:46:15 2015 +0100

    Revert "Adapt to the latest Gio::Resource API."
    
    This reverts commit 52b27a1022b42d40dab326b260f16600edc5b9b1.
    
    This should never have been in the stable branch.

 glom/dialog_existing_or_new.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/dialog_existing_or_new.cc b/glom/dialog_existing_or_new.cc
index d792294..3bdd54a 100644
--- a/glom/dialog_existing_or_new.cc
+++ b/glom/dialog_existing_or_new.cc
@@ -264,7 +264,7 @@ bool Dialog_ExistingOrNew::list_examples()
 
   try
   {
-    typedef std::vector<std::string> type_vec_strings;
+    typedef std::vector<Glib::ustring> type_vec_strings;
     const type_vec_strings examples = Gio::Resource::enumerate_children_global(examples_dir);
     
     bool example_found = false;


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