Enable device passing with gnome-desktop-item-launch
svn path=/trunk/; revision=973
This commit is contained in:
parent
3836232cfb
commit
9881f1c78d
|
@ -1,3 +1,9 @@
|
||||||
|
2008-11-20 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
|
* gparted.desktop.in.in: Added %f to Exec line.
|
||||||
|
- Enables device passing with gnome-desktop-item-launch
|
||||||
|
- Closes GParted bug #561495
|
||||||
|
|
||||||
2008-11-19 Curtis Gedak <gedakc@gmail.com>
|
2008-11-19 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
* src/Win_GParted.cc: Fixed dangerous copy and paste problem.
|
* src/Win_GParted.cc: Fixed dangerous copy and paste problem.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
_Name=GParted Partition Editor
|
_Name=GParted Partition Editor
|
||||||
_Comment=Create, reorganize, and delete partitions
|
_Comment=Create, reorganize, and delete partitions
|
||||||
Exec=@gksuprog@ @installdir@/gparted
|
Exec=@gksuprog@ @installdir@/gparted %f
|
||||||
Icon=gparted
|
Icon=gparted
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
Loading…
Reference in New Issue