fix boolean key 'Terminal' in gvim.desktop
This commit is contained in:
parent
9ba71d80af
commit
91311cbc13
@ -58,7 +58,7 @@ MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;tex
|
|||||||
Exec=gvim -f %F
|
Exec=gvim -f %F
|
||||||
Icon=gvim
|
Icon=gvim
|
||||||
Type=Application
|
Type=Application
|
||||||
Terminal="false"
|
Terminal=false
|
||||||
X-XClassHintResName=VIM
|
X-XClassHintResName=VIM
|
||||||
MapNotify=false
|
MapNotify=false
|
||||||
Categories=Utility;TextEditor;
|
Categories=Utility;TextEditor;
|
||||||
|
1
vim.spec
1
vim.spec
@ -1441,6 +1441,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 05 2012 Karsten Hopp <karsten@redhat.com> 7.3.393-1
|
* Thu Jan 05 2012 Karsten Hopp <karsten@redhat.com> 7.3.393-1
|
||||||
- patchlevel 393
|
- patchlevel 393
|
||||||
|
- fix boolean key 'Terminal' in gvim.desktop
|
||||||
|
|
||||||
* Fri Dec 23 2011 Karsten Hopp <karsten@redhat.com> 7.3.386-1
|
* Fri Dec 23 2011 Karsten Hopp <karsten@redhat.com> 7.3.386-1
|
||||||
- patchlevel 386
|
- patchlevel 386
|
||||||
|
Loading…
Reference in New Issue
Block a user