From eeb292386cdabf0d02abe96c63771a5b68b93571 Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Mon, 26 Jul 2010 17:20:07 +0200 Subject: [PATCH] Fix duplicated undefine directive. --- synfig-studio/src/gui/iconcontroller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/src/gui/iconcontroller.cpp b/synfig-studio/src/gui/iconcontroller.cpp index 6253bea..ff48707 100644 --- a/synfig-studio/src/gui/iconcontroller.cpp +++ b/synfig-studio/src/gui/iconcontroller.cpp @@ -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(); -- 2.7.4