From 28751002e981c82cc0f99d4532a2e7b5aae491da Mon Sep 17 00:00:00 2001 From: "Andrew rugby471@gmail.com" <> Date: Sun, 26 Jun 2011 09:59:54 +0100 Subject: Correct ustring syntax (bzr r10092.1.33) --- src/ui/dialog/ocaldialogs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ui/dialog/ocaldialogs.cpp b/src/ui/dialog/ocaldialogs.cpp index 9e81a90e8..3194046b8 100644 --- a/src/ui/dialog/ocaldialogs.cpp +++ b/src/ui/dialog/ocaldialogs.cpp @@ -314,7 +314,7 @@ bool LoadingBox::_on_expose_event(GdkEventExpose* event) get_style()->paint_shadow(get_window(), get_state(), Gtk::SHADOW_IN, Gdk::Rectangle(x, y, width, height), - *this, Glib::ustring::ustring("viewport"), x, y, width, height); + *this, Glib::ustring("viewport"), x, y, width, height); if (draw_spinner) { int spinner_size = 16; @@ -567,7 +567,7 @@ bool BaseBox::_on_expose_event(GdkEventExpose* event) get_style()->paint_shadow(get_window(), get_state(), Gtk::SHADOW_IN, Gdk::Rectangle(x, y, width, height), - *this, Glib::ustring::ustring("viewport"), x, y, width, height); + *this, Glib::ustring("viewport"), x, y, width, height); return false; } -- cgit v1.2.3