X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Fui_unity.c;h=2c00403377b4e55bcaedbc48ec4d6ab9b5b88eb8;hp=17ee29dbe85fc355b0db78a41c6f5ca968b2ff07;hb=e7dc97f65bb3c901385f575bce767f1180ec43d8;hpb=434e47440fdd1167c49ed402fc1f5234124810de diff --git a/src/ui_unity.c b/src/ui_unity.c index 17ee29d..2c00403 100644 --- a/src/ui_unity.c +++ b/src/ui_unity.c @@ -18,6 +18,7 @@ */ #include +#include #include static int initialized; @@ -32,7 +33,7 @@ void ui_unity_launcher_entry_update(struct psensor **sensors, if (!initialized) { psensor_entry = unity_launcher_entry_get_for_desktop_file - ("psensor.desktop"); + (PSENSOR_DESKTOP_FILE); unity_launcher_entry_set_count(psensor_entry, 0); initialized = 1;