diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-05-17 09:49:21 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-05-17 09:49:21 +0000 |
| commit | f7fb27e90abba4f8c0b033b88c5039dae9339b94 (patch) | |
| tree | 76affd7fee0481f999fa66a282a786d765f85a2c /src/ui/widget/layer-selector.cpp | |
| parent | Translations. Ukrainian translation update. (diff) | |
| download | inkscape-f7fb27e90abba4f8c0b033b88c5039dae9339b94.tar.gz inkscape-f7fb27e90abba4f8c0b033b88c5039dae9339b94.zip | |
GTK3: Give names to more widgets.
(bzr r14896)
Diffstat (limited to 'src/ui/widget/layer-selector.cpp')
| -rw-r--r-- | src/ui/widget/layer-selector.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/layer-selector.cpp b/src/ui/widget/layer-selector.cpp index 2a1fa352b..1a9ce617f 100644 --- a/src/ui/widget/layer-selector.cpp +++ b/src/ui/widget/layer-selector.cpp @@ -45,6 +45,7 @@ public: AlternateIcons(Inkscape::IconSize size, gchar const *a, gchar const *b) : _a(NULL), _b(NULL) { + set_name("AlternateIcons"); if (a) { _a = Gtk::manage(sp_icon_get_icon(a, size)); _a->set_no_show_all(true); @@ -94,6 +95,7 @@ private: LayerSelector::LayerSelector(SPDesktop *desktop) : _desktop(NULL), _layer(NULL) { + set_name("LayerSelector"); AlternateIcons *label; label = Gtk::manage(new AlternateIcons(Inkscape::ICON_SIZE_DECORATION, |
