Code

use touchpath selection when rubberbanding with Alt; do move-selected with Alt only...
[inkscape.git] / src / sp-fespecularlighting.cpp
index d03d8bf06662cb9df2f13fb7a6c3b9c4aac61a25..cc9837041b0df00f353938cfc565a05b7803b0e7 100644 (file)
@@ -108,8 +108,9 @@ static void
 sp_feSpecularLighting_set(SPObject *object, unsigned int key, gchar const *value)
 {
     SPFeSpecularLighting *feSpecularLighting = SP_FESPECULARLIGHTING(object);
+    (void)feSpecularLighting;
 
-    switch(key) {\r
+    switch(key) {
        /*DEAL WITH SETTING ATTRIBUTES HERE*/
         default:
             if (((SPObjectClass *) feSpecularLighting_parent_class)->set)
@@ -149,7 +150,7 @@ sp_feSpecularLighting_write(SPObject *object, Inkscape::XML::Node *repr, guint f
             // is this sane?
             repr->mergeFrom(SP_OBJECT_REPR(object), "id");
         } else {
-            repr = SP_OBJECT_REPR(object)->duplicate();
+            repr = SP_OBJECT_REPR(object)->duplicate(NULL); // FIXME
         }
     }