[transmageddon] fix some minor sillines that crept inn
- From: Christian Fredrik Kalager Schaller <uraeus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [transmageddon] fix some minor sillines that crept inn
- Date: Sat, 15 Sep 2012 19:23:26 +0000 (UTC)
commit 038dc971a690ef9fec0e4845ff3c7a7c34afdf05
Author: Christian Fredrik Kalager Schaller <uraeus linuxrisin org>
Date: Sat Sep 15 21:21:00 2012 +0200
fix some minor sillines that crept inn
src/transmageddon.py | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index ae63298..4fda2e1 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -155,9 +155,9 @@ class Transmageddon(Gtk.Application):
# create a menu
menu = Gio.Menu()
# append to the menu the options
- menu.append(_("About", "app.about"))
- menu.append(_("Quit", "app.quit"))
- menu.append(_("Debug", "app.debug"))
+ menu.append(_("About"), "app.about")
+ menu.append(_("Quit"), "app.quit")
+ menu.append(_("Debug"), "app.debug")
# set the menu as menu of the application
self.set_app_menu(menu)
@@ -321,10 +321,10 @@ class TransmageddonUI(Gtk.ApplicationWindow):
self.builder.get_object ("FileChooser").set_uri(uri)
- self.connect('drag_data_received', on_drag_data_received)
- self.Gtk.drag_dest_set(self, Gtk.DEST_DEFAULT_MOTION |
- Gtk.DEST_DEFAULT_HIGHLIGHT | Gtk.DEST_DEFAULT_DROP, dnd_list, \
- Gdk.DragAction.COPY)
+ # self.connect('drag_data_received', on_drag_data_received)
+ #Gtk.drag_dest_set(self, Gtk.DEST_DEFAULT_MOTION |
+ # Gtk.DEST_DEFAULT_HIGHLIGHT | Gtk.DEST_DEFAULT_DROP, dnd_list, \
+ # Gdk.DragAction.COPY)
self.start_time = False
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]