Merge branch 'tray_icon' into HEAD

Let's thanks Aline <linuxine@gmail.com> for the icons.

Enjoy!
This commit is contained in:
David
2016-03-12 17:37:46 +01:00
9 changed files with 240 additions and 7 deletions

View File

@@ -34,8 +34,10 @@
#include "prof_config.h"
#include <gtk/gtk.h>
#include <string.h>
#include <glib.h>
#include <assert.h>
#ifdef PROF_HAVE_GIT_VERSION
#include "gitversion.h"
@@ -139,6 +141,8 @@ main(int argc, char **argv)
return 0;
}
assert (gtk_init_check(&argc, &argv) == true);
gtk_init(&argc, &argv);
prof_run(log, account_name);
return 0;