X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor-pkg-ubuntu.git;a=blobdiff_plain;f=src%2Fui_status.c;h=50dfc9c786364162d9186421e8384818f14097e2;hp=d39284b1285af16d1cfd66c81979a1cc983f9df2;hb=fcb1cc0ac8065818b60cd4c43e19677698d6d752;hpb=2e68c12dc10ca8c06b03aad6b4e44144a9134cd5 diff --git a/src/ui_status.c b/src/ui_status.c index d39284b..50dfc9c 100644 --- a/src/ui_status.c +++ b/src/ui_status.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 jeanfi@gmail.com + * Copyright (C) 2010-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -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()");