From b0da660b06ce4a3943ac018271b4bce610f81289 Mon Sep 17 00:00:00 2001 From: rwst Date: Sun, 29 Jan 2006 15:03:20 +0000 Subject: [PATCH] again, try to resolve test box compile error --- src/ui/view/edit-widget.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/view/edit-widget.cpp b/src/ui/view/edit-widget.cpp index 71838c577..e422911a5 100644 --- a/src/ui/view/edit-widget.cpp +++ b/src/ui/view/edit-widget.cpp @@ -29,6 +29,7 @@ #include #include +#include #include #include #include @@ -1159,7 +1160,7 @@ EditWidget::initStatusbar() _select_status.set_markup (_("Welcome to Inkscape! Use shape or freehand tools to create objects; use selector (arrow) to move or transform them.")); // include this again with Gtk+-2.6 #if GTK_VERSION_GE(2,6) - _select_status.property_ellipsize() = Pango::ELLIPSIZE_END; + gtk_label_set_ellipsize (GTK_LABEL(_select_status.gobj()), PANGO_ELLIPSIZE_END); #endif _select_status.set_size_request (1, -1); _statusbar.pack_start (_select_status, true, true, 0); -- 2.30.2