diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-10-08 11:52:24 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-10-08 11:52:24 +0000 |
| commit | c2901751674aaf09964bb3d2c0e08de5aefdcd2c (patch) | |
| tree | 410488d4b388a0f893696e476a81b4dd2f5b7c31 /src/ui/widget/panel.cpp | |
| parent | Translations. Latvian translation update by Jānis Eisaks. (diff) | |
| download | inkscape-c2901751674aaf09964bb3d2c0e08de5aefdcd2c.tar.gz inkscape-c2901751674aaf09964bb3d2c0e08de5aefdcd2c.zip | |
Fix for 1060563 : Swatches : Sort the list of swatch names
(bzr r11757)
Diffstat (limited to 'src/ui/widget/panel.cpp')
| -rw-r--r-- | src/ui/widget/panel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/panel.cpp b/src/ui/widget/panel.cpp index 42435f298..dcf5956bf 100644 --- a/src/ui/widget/panel.cpp +++ b/src/ui/widget/panel.cpp @@ -560,6 +560,7 @@ void Panel::_regItem(Gtk::MenuItem* item, int group, int id) _menu->append(*item); item->signal_activate().connect(sigc::bind<int, int>(sigc::mem_fun(*this, &Panel::_bounceCall), group + PANEL_SETTING_NEXTFREE, id)); item->show(); + } void Panel::_handleAction(int /*set_id*/, int /*item_id*/) |
