Fix duplicated undefine directive.
authorCarlos Lopez <genetita@gmail.com>
Mon, 26 Jul 2010 15:20:07 +0000 (17:20 +0200)
committerCarlos Lopez <genetita@gmail.com>
Mon, 26 Jul 2010 15:20:07 +0000 (17:20 +0200)
synfig-studio/src/gui/iconcontroller.cpp

index 6253bea..ff48707 100644 (file)
@@ -299,7 +299,7 @@ IconController::IconController(const synfig::String& /*basepath*/)
        INIT_STOCK_ICON(star,"star_icon."IMAGE_EXT,_("Star Tool"));
 
 #undef INIT_STOCK_ICON
-#undef INIT_STOCK_ICON
+#undef INIT_STOCK_ICON_CLONE
 
        icon_factory->add_default();