diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-03-22 08:48:09 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-03-22 08:48:09 +0000 |
| commit | ce36f79a45c3ce7e520c14b6cab965c0bd9a32fa (patch) | |
| tree | cec3205000c5da1a68953ae95d067aec38f82225 /src | |
| parent | Fixed end extremium node delete fault, ready for testing (diff) | |
| download | inkscape-ce36f79a45c3ce7e520c14b6cab965c0bd9a32fa.tar.gz inkscape-ce36f79a45c3ce7e520c14b6cab965c0bd9a32fa.zip | |
Enabling Mesh
(bzr r11950.1.67)
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 99978c019..3ffeff1fd 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -113,7 +113,7 @@ enum BarId { #define BAR_ID_KEY "BarIdValue" #define HANDLE_POS_MARK "x-inkscape-pos" - +#define WITH_MESH static GtkWidget *sp_empty_toolbox_new(SPDesktop *desktop); |
