diff options
| author | Michael Soegtrop <MSoegtrop@yahoo.de> | 2016-05-23 20:36:18 +0000 |
|---|---|---|
| committer | Michael Soegtrop <MSoegtrop@yahoo.de> | 2016-05-23 20:36:18 +0000 |
| commit | 9b667f5ad22543b88067107425ec55ef972e2ff0 (patch) | |
| tree | 933384cbb74b5bca4c94417e1ebd6270688bbb9a /src/ui/widget/dock.cpp | |
| parent | Added bool LPE (diff) | |
| parent | Fix regression: restore order in resources (e.g. pattern list) (diff) | |
| download | inkscape-9b667f5ad22543b88067107425ec55ef972e2ff0.tar.gz inkscape-9b667f5ad22543b88067107425ec55ef972e2ff0.zip | |
Fixed Bool LPE review issues
(bzr r14876.2.2)
Diffstat (limited to 'src/ui/widget/dock.cpp')
| -rw-r--r-- | src/ui/widget/dock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/dock.cpp b/src/ui/widget/dock.cpp index c5e14d4f0..fda647182 100644 --- a/src/ui/widget/dock.cpp +++ b/src/ui/widget/dock.cpp @@ -56,6 +56,7 @@ Dock::Dock(Gtk::Orientation orientation) #endif _scrolled_window (Gtk::manage(new Gtk::ScrolledWindow)) { + _scrolled_window->set_name("Dock"); #if WITH_GDL_3_6 gtk_orientable_set_orientation(GTK_ORIENTABLE(_gdl_dock_bar), static_cast<GtkOrientation>(orientation)); |
