[glom/glom-1-30] Slight improvement.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom/glom-1-30] Slight improvement.
- Date: Wed, 8 Jun 2016 18:25:58 +0000 (UTC)
commit 4a8f679886845617deee4a6bddeb8672174e2db3
Author: Murray Cumming <murrayc murrayc com>
Date: Mon May 16 19:13:36 2016 +0200
Slight improvement.
glom/utils_ui.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glom/utils_ui.cc b/glom/utils_ui.cc
index 1bc5358..696e0a1 100644
--- a/glom/utils_ui.cc
+++ b/glom/utils_ui.cc
@@ -69,7 +69,7 @@ static void on_css_parsing_error(const Glib::RefPtr<const Gtk::CssSection>& sect
const auto file = section->get_file();
if (file)
{
- std::cerr << " URI = " << section->get_file()->get_uri() << std::endl;
+ std::cerr << " URI = " << file->get_uri() << std::endl;
}
std::cerr << " start_line = " << section->get_start_line()+1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]