diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-05-18 11:47:57 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-05-18 11:47:57 +0000 |
| commit | 30cdce52c67422b6403fc5bc54fbc4a0404a5b3a (patch) | |
| tree | 67151514a5f13aa9376c044c90d8fcf6ed5e9ee0 /src/ui/dialog/swatches.cpp | |
| parent | Remove unneeded widget in Status Bar. Reorder code. Use two lines for status ... (diff) | |
| download | inkscape-30cdce52c67422b6403fc5bc54fbc4a0404a5b3a.tar.gz inkscape-30cdce52c67422b6403fc5bc54fbc4a0404a5b3a.zip | |
GTK3: Give even more widgets names.
(bzr r14901)
Diffstat (limited to 'src/ui/dialog/swatches.cpp')
| -rw-r--r-- | src/ui/dialog/swatches.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/swatches.cpp b/src/ui/dialog/swatches.cpp index 924ebe03d..f2298b59b 100644 --- a/src/ui/dialog/swatches.cpp +++ b/src/ui/dialog/swatches.cpp @@ -594,6 +594,7 @@ SwatchesPanel::SwatchesPanel(gchar const* prefsPath) : _currentDesktop(0), _currentDocument(0) { + set_name( "SwatchesPanel" ); Gtk::RadioMenuItem* hotItem = 0; _holder = new PreviewHolder(); _clear = new ColorItem( ege::PaintDef::CLEAR ); |
