Addendum to 1799722: Now that 'save' no longer fails silently, we don't need the...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 21 Sep 2007 22:00:23 +0000 (22:00 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 21 Sep 2007 22:00:23 +0000 (22:00 +0000)
git-svn-id: http://svn.voria.com/code@734 1f10aa63-cdf2-0310-b900-c93c546f37ac

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