[gnote] Use Glib::ustring in RecentChanges::set_uris
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Use Glib::ustring in RecentChanges::set_uris
- Date: Wed, 1 Jun 2011 20:10:11 +0000 (UTC)
commit 058eaf8ab6a490d52697b51b6557b9e0f9e7a1c1
Author: Aurimas Ä?ernius <aurisc4 gmail com>
Date: Tue May 31 23:02:27 2011 +0300
Use Glib::ustring in RecentChanges::set_uris
Replace std::string with Glib::ustring.
src/recentchanges.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/recentchanges.cpp b/src/recentchanges.cpp
index 9f52a26..936fde2 100644
--- a/src/recentchanges.cpp
+++ b/src/recentchanges.cpp
@@ -725,7 +725,7 @@ namespace gnote {
return;
}
- std::vector<std::string> uris;
+ std::vector<Glib::ustring> uris;
for(Note::List::const_iterator iter = selected_notes.begin();
iter != selected_notes.end(); ++iter) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]