summaryrefslogtreecommitdiffstats
path: root/src/interface.cpp
diff options
context:
space:
mode:
authorRalf Stephan <ralf@ark.in-berlin.de>2006-02-15 19:04:29 +0000
committerrwst <rwst@users.sourceforge.net>2006-02-15 19:04:29 +0000
commit7b0114087822b9f011d740f1279d1d9ed983a88c (patch)
tree159bd147d5a3b2daa65b327dd3f5d0b2e764eeb9 /src/interface.cpp
parentfix 1432089: stroke is not drawn not only when it's not set but also when it'... (diff)
downloadinkscape-7b0114087822b9f011d740f1279d1d9ed983a88c.tar.gz
inkscape-7b0114087822b9f011d740f1279d1d9ed983a88c.zip
bulk trailing spaces removal. consistency through MD5 of binary
(bzr r149)
Diffstat (limited to 'src/interface.cpp')
-rw-r--r--src/interface.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interface.cpp b/src/interface.cpp
index 69ed8818b..4a7c12f76 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -114,10 +114,10 @@ sp_create_window(SPViewWidget *vw, gboolean editable)
g_return_if_fail(SP_IS_VIEW_WIDGET(vw));
w = sp_window_new("", TRUE);
-
+
if (editable) {
g_object_set_data(G_OBJECT(vw), "window", w);
- reinterpret_cast<SPDesktopWidget*>(vw)->window =
+ reinterpret_cast<SPDesktopWidget*>(vw)->window =
static_cast<GtkWindow*>((void*)w);
}
@@ -993,7 +993,7 @@ sp_ui_drag_data_received(GtkWidget *widget,
SPDesktop *desktop = SP_ACTIVE_DESKTOP;
// Add it to the current layer
-
+
// Greg's edits to add intelligent positioning of svg drops
SPObject *new_obj = NULL;
new_obj = desktop->currentLayer()->appendChildRepr(newgroup);