[transmageddon] small fix to make notification give filename also



commit fe0a99cccb451f8cb3f09aecb93f7a490fd11ce8
Author: Christian Fredrik Kalager Schaller <uraeus linuxrisin org>
Date:   Wed Sep 12 16:07:10 2012 +0200

    small fix to make notification give filename also

 src/transmageddon.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 16a27d4..7e0389a 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -502,7 +502,7 @@ class TransmageddonUI:
            self.StatusBar.push(context_id, (_("File saved to %(dir)s") % \
                    {'dir': self.outputdirectory}))
            uri = "file://" + os.path.abspath(os.path.curdir) + "/transmageddon.svg"
-           notification = Notify.Notification.new("Transmageddon", (_("File saved to %(dir)s") % {'dir': self.outputdirectory}), uri)
+           notification = Notify.Notification.new("Transmageddon", (_("%(file)s saved to %(dir)s") % {'dir': self.outputdirectory, 'file': self.outputfilename}), uri)
            notification.show()
            self.FileChooser.set_sensitive(True)
            self.containerchoice.set_sensitive(True)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]