summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/ocaldialogs.cpp4
1 files changed, 2 insertions, 2 deletions
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;
}