diff options
Diffstat (limited to 'src/ui/dialog/glyphs.cpp')
| -rw-r--r-- | src/ui/dialog/glyphs.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/ui/dialog/glyphs.cpp b/src/ui/dialog/glyphs.cpp index e5d83dacb..c600d8e94 100644 --- a/src/ui/dialog/glyphs.cpp +++ b/src/ui/dialog/glyphs.cpp @@ -317,8 +317,8 @@ GlyphColumns *GlyphsPanel::getColumns() /** * Constructor */ -GlyphsPanel::GlyphsPanel(gchar const *prefsPath) : - Inkscape::UI::Widget::Panel(prefsPath, SP_VERB_DIALOG_GLYPHS), +GlyphsPanel::GlyphsPanel() : + Inkscape::UI::Widget::Panel("/dialogs/glyphs", SP_VERB_DIALOG_GLYPHS), store(Gtk::ListStore::create(*getColumns())), iconView(0), entry(0), @@ -456,8 +456,6 @@ GlyphsPanel::GlyphsPanel(gchar const *prefsPath) : show_all_children(); - restorePanelPrefs(); - // Connect this up last conn = deskTrack.connectDesktopChanged( sigc::mem_fun(*this, &GlyphsPanel::setTargetDesktop) ); instanceConns.push_back(conn); |
