summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/debug.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-04-28 15:49:30 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-04-28 15:49:30 +0000
commit019c87b20cd0b9c85268afaf389d7380b4dbce3c (patch)
treed11083eb85a4c9616e7e667802b110cad24425dd /src/ui/dialog/debug.cpp
parentDrop GtkObject use in dialog (diff)
downloadinkscape-019c87b20cd0b9c85268afaf389d7380b4dbce3c.tar.gz
inkscape-019c87b20cd0b9c85268afaf389d7380b4dbce3c.zip
gtkmm-3.0 fixes for Gtk::Box and header inclusions
(bzr r11304)
Diffstat (limited to 'src/ui/dialog/debug.cpp')
-rw-r--r--src/ui/dialog/debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/debug.cpp b/src/ui/dialog/debug.cpp
index 8ffbd5c52..7095d2611 100644
--- a/src/ui/dialog/debug.cpp
+++ b/src/ui/dialog/debug.cpp
@@ -69,7 +69,7 @@ DebugDialogImpl::DebugDialogImpl()
set_title(_("Messages"));
set_size_request(300, 400);
- Gtk::VBox *mainVBox = get_vbox();
+ Gtk::Box *mainVBox = get_vbox();
//## Add a menu for clear()
menuBar.items().push_back( Gtk::Menu_Helpers::MenuElem(_("_File"), fileMenu) );