Author: wrobell Date: Sat Jan 5 16:37:29 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - patch from gaphor svn to allow to create "open file" dialog box
---- Files affected: SOURCES: gaphor-open_fix.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/gaphor-open_fix.patch diff -u /dev/null SOURCES/gaphor-open_fix.patch:1.1 --- /dev/null Sat Jan 5 17:37:29 2008 +++ SOURCES/gaphor-open_fix.patch Sat Jan 5 17:37:24 2008 @@ -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, ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
