summaryrefslogtreecommitdiff
path: root/src/tracker-applet
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker-applet')
-rw-r--r--src/tracker-applet/tracker-applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tracker-applet/tracker-applet.c b/src/tracker-applet/tracker-applet.c
index d5853787b..f1204784b 100644
--- a/src/tracker-applet/tracker-applet.c
+++ b/src/tracker-applet/tracker-applet.c
@@ -1369,7 +1369,7 @@ about_menu_activated (GtkMenuItem * item, gpointer data)
gtk_about_dialog_set_email_hook (about_email_hook, NULL, NULL);
gtk_show_about_dialog (NULL,
- "version", VERSION,
+ "version", PACKAGE_VERSION,
"comments",
_
("Tracker is a tool designed to extract info and metadata about your personal data so that it can be searched easily and quickly"),