diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-02-06 16:47:45 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-02-06 16:47:45 +0800 |
commit | 3c44c1e40dd87f7869f19c1ab82fcdcfdf2b720f (patch) | |
tree | 4aada6d340aa9c1d24750658fb46da1f84d022be /data/evolution.desktop.in.in | |
parent | efc4ab93cf38cafea912e793cc38ef63a658d4e0 (diff) | |
download | gsoc2013-evolution-3c44c1e40dd87f7869f19c1ab82fcdcfdf2b720f.tar.gz gsoc2013-evolution-3c44c1e40dd87f7869f19c1ab82fcdcfdf2b720f.tar.zst gsoc2013-evolution-3c44c1e40dd87f7869f19c1ab82fcdcfdf2b720f.zip |
Remove hard-coded EDS version number. Read it from
2006-02-06 Harish Krishnaswamy <kharish@novell.com>
* configure.in, data/Makefile.am, data/evolution.desktop.in.in:
Remove hard-coded EDS version number. Read it from
evolution-data-server.pc instead.
svn path=/trunk/; revision=31417
Diffstat (limited to 'data/evolution.desktop.in.in')
-rw-r--r-- | data/evolution.desktop.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/evolution.desktop.in.in b/data/evolution.desktop.in.in index 93b1011e6e..dcb8235bb2 100644 --- a/data/evolution.desktop.in.in +++ b/data/evolution.desktop.in.in @@ -9,5 +9,5 @@ Type=Application Categories=GNOME;Application;Office;X-Red-Hat-Base; StartupNotify=true X-GNOME-Bugzilla-Product=Evolution -X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-1.4;evolution-exchange-storage;evolution-alarm-notify; +X-GNOME-Bugzilla-OtherBinaries=evolution-data-server-@DATASERVER_EXEC_VERSION@;evolution-exchange-storage;evolution-alarm-notify; |