[aseprite] 57/250: Remove alert dialog used for debugging purposes only
    Tobias Hansen 
    thansen at moszumanska.debian.org
       
    Sun Dec 20 15:27:11 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository aseprite.
commit fedbe66980a14bd9fbdc1a34d278c2c3ae597d88
Author: David Capello <davidcapello at gmail.com>
Date:   Fri Sep 18 12:43:02 2015 -0300
    Remove alert dialog used for debugging purposes only
---
 src/app/commands/cmd_options.cpp | 4 ----
 1 file changed, 4 deletions(-)
diff --git a/src/app/commands/cmd_options.cpp b/src/app/commands/cmd_options.cpp
index babc4c9..6b062df 100644
--- a/src/app/commands/cmd_options.cpp
+++ b/src/app/commands/cmd_options.cpp
@@ -365,10 +365,6 @@ private:
   }
 
   void onOpenThemeFolder() {
-    ui::Alert::show(PACKAGE
-                    "<<%s"
-                    "||&OK", themeFolder().c_str());
-
     launcher::open_folder(themeFolder());
   }
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git
    
    
More information about the Pkg-games-commits
mailing list