X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Fui_status.c;h=50dfc9c786364162d9186421e8384818f14097e2;hp=ddaf75cbf44d30e9e14e75abb627e90303ab731e;hb=9490f614e45481667b812c93497eb08c72921894;hpb=aa433d8260471f960805ed2aafe39c4093c1d51c diff --git a/src/ui_status.c b/src/ui_status.c index ddaf75c..50dfc9c 100644 --- a/src/ui_status.c +++ b/src/ui_status.c @@ -16,7 +16,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA * 02110-1301 USA */ -#include "log.h" +#include #include "ui_status.h" static const char *ICON = "psensor_normal"; @@ -43,7 +43,7 @@ static void cb_popup_menu(GtkStatusIcon *icon, void ui_status_init(struct ui_psensor *ui) { if (status) - return ; + return; log_debug("ui_status_create()");