diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-05-04 05:14:00 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-05-04 05:14:00 +0000 |
| commit | 7b781b0f4b6d3c29a2462a53b69789615cc104f9 (patch) | |
| tree | aa9f9821145fd79ffd4b004ca8189c8eb763d390 /src/dialogs/item-properties.cpp | |
| parent | Initial cut of touch-delete mode (diff) | |
| download | inkscape-7b781b0f4b6d3c29a2462a53b69789615cc104f9.tar.gz inkscape-7b781b0f4b6d3c29a2462a53b69789615cc104f9.zip | |
warning cleanup and fixed string free issue
(bzr r5594)
Diffstat (limited to 'src/dialogs/item-properties.cpp')
| -rw-r--r-- | src/dialogs/item-properties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/item-properties.cpp b/src/dialogs/item-properties.cpp index 390452a8a..2f93179e1 100644 --- a/src/dialogs/item-properties.cpp +++ b/src/dialogs/item-properties.cpp @@ -49,7 +49,7 @@ static win_data wd; // impossible original values to make sure they are read from prefs static gint x = -1000, y = -1000, w = 0, h = 0; -static gchar *prefs_path = "dialogs.object"; +static gchar const *prefs_path = "dialogs.object"; static void sp_item_widget_modify_selection (SPWidget *spw, Inkscape::Selection *selection, guint flags, GtkWidget *itemw); static void sp_item_widget_change_selection (SPWidget *spw, Inkscape::Selection *selection, GtkWidget *itemw); |
