summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-07-13 09:29:12 +0000
committerrwst <rwst@users.sourceforge.net>2006-07-13 09:29:12 +0000
commitd5bf90a064ea9bb4cc3328084a92b20b1612a0fb (patch)
tree11c53e8335365fe5facdece1822a5b9a04925d49 /src
parentBase all 3 dialogs from a common FileDialogBase to share behaviours (diff)
downloadinkscape-d5bf90a064ea9bb4cc3328084a92b20b1612a0fb.tar.gz
inkscape-d5bf90a064ea9bb4cc3328084a92b20b1612a0fb.zip
give _anchor initial value before comparing it
(bzr r1401)
Diffstat (limited to 'src')
-rw-r--r--src/ui/widget/panel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp
index 4ecbda1b8..8be563828 100644
--- a/src/ui/widget/panel.cpp
+++ b/src/ui/widget/panel.cpp
@@ -74,6 +74,7 @@ void Panel::_popper(GdkEventButton* event)
void Panel::init()
{
Glib::ustring tmp("<");
+ _anchor = Gtk::ANCHOR_CENTER;
tabTitle.set_label(this->label);
guint panel_size = 0;