Simplify the code by using colorconv_synfig2gdk() rather than repeating its functiona...
[synfig.git] / synfig-studio / trunk / src / gtkmm / toolbox.cpp
index 6764b88..110fb46 100644 (file)
@@ -131,8 +131,7 @@ save_selected_instance()
                return;
        }
 
-       if(studio::App::get_selected_instance()->save() == studio::Instance::STATUS_ERROR)
-               App::dialog_error_blocking("Save - Error","Unable to save file");
+       studio::App::get_selected_instance()->save();
 }
 
 void