mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
Adjust icons and .desktop file to help with bug 3113190.
git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@760 ab6734ba-2843-0410-b83b-99c217ef6c0f
This commit is contained in:
parent
f6c7a6b6ef
commit
e78ca8bd39
3 changed files with 11 additions and 2 deletions
|
|
@ -3,6 +3,12 @@
|
|||
* src/gtk-sat-selector.c
|
||||
Replace search capability with filter capability in gtk-sat-selector.
|
||||
|
||||
* data/desktop/gpredict.desktop.in
|
||||
* pixmaps/icons/Makefile.am
|
||||
Install a copy of gpredict-icon.png to pixmaps directory.
|
||||
Change gpredict.desktop to reference this new copy.
|
||||
Resolves part of Bug 3113190.
|
||||
|
||||
2011-02-02 Charles Suprin <hamaa1vs at gmail.com>
|
||||
|
||||
* src/mod-cfg.c
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Name=Gredict
|
||||
Comment=Satellite tracker
|
||||
Exec=gpredict
|
||||
Icon=$(datadir)/pixmaps/gpredict/icons/gpredict-icon.png
|
||||
Icon=gpredict-icon
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=HamRadio;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
gpredict_iconsdir = $(datadir)/pixmaps/gpredict/icons
|
||||
|
||||
gpredict_icons2dir = $(datadir)/pixmaps/
|
||||
gpredict_icons2_DATA = gpredict-icon.png
|
||||
|
||||
gpredict_icons_DATA = \
|
||||
gpredict-antenna.png \
|
||||
gpredict-antenna-small.png \
|
||||
|
|
@ -36,5 +39,5 @@ gpredict_icons_DATA = \
|
|||
gpredict-shuttle.png \
|
||||
gpredict-shuttle-small.png
|
||||
|
||||
EXTRA_DIST = $(gpredict_icons_DATA)
|
||||
EXTRA_DIST = $(gpredict_icons_DATA) $(gpredict_icons2_DATA)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue