]> git.pld-linux.org Git - packages/gaphor.git/commitdiff
- patch from gaphor svn to allow to create "open file" dialog box
authorwrobell <wrobell@pld-linux.org>
Sat, 5 Jan 2008 16:37:24 +0000 (16:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gaphor-open_fix.patch -> 1.1

gaphor-open_fix.patch [new file with mode: 0644]

diff --git a/gaphor-open_fix.patch b/gaphor-open_fix.patch
new file mode 100644 (file)
index 0000000..a7da24c
--- /dev/null
@@ -0,0 +1,10 @@
+--- gaphor-0.12.4/gaphor/services/filemanager.py.orig  2008-01-05 16:13:27.000000000 +0000
++++ gaphor-0.12.4/gaphor/services/filemanager.py       2008-01-05 16:13:29.000000000 +0000
+@@ -214,7 +214,6 @@
+             finally:
+                 win.destroy()
+-    @action(name='file-open', stock_id='gtk-open')
+     def _open_dialog(self, title):
+         filesel = gtk.FileChooserDialog(title=title,
+                                         action=gtk.FILE_CHOOSER_ACTION_OPEN,
This page took 0.078671 seconds and 4 git commands to generate.