diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-10-11 08:03:21 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-10-11 08:03:21 +0000 |
| commit | 3ca2c298a152f092b99d0c9978a47deec787ed8c (patch) | |
| tree | 1be8947ba4e6cc71109abf631fb1ebb700919599 /src/interface.h | |
| parent | Fix for 426763 : Cancelling import leads to error message (diff) | |
| download | inkscape-3ca2c298a152f092b99d0c9978a47deec787ed8c.tar.gz inkscape-3ca2c298a152f092b99d0c9978a47deec787ed8c.zip | |
Fix for 171904 : toggleToolbox verb
(bzr r11778)
Diffstat (limited to 'src/interface.h')
| -rw-r--r-- | src/interface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface.h b/src/interface.h index 891e39957..2e9e7fc2e 100644 --- a/src/interface.h +++ b/src/interface.h @@ -81,6 +81,7 @@ GtkWidget *sp_ui_main_menubar (Inkscape::UI::View::View *view); void sp_menu_append_recent_documents (GtkWidget *menu); void sp_ui_dialog_title_string (Inkscape::Verb * verb, gchar* c); +Glib::ustring getLayoutPrefPath( Inkscape::UI::View::View *view ); /** * |
