Commit 2e9e34aa authored by Max Kellermann's avatar Max Kellermann

main: call g_set_application_name()

I'm not sure about the advantages of calling g_set_application_name(), because I don't use a task manager (except for ps and kill), but it sure doesn't hurt.
parent c953d640
...@@ -283,6 +283,8 @@ int main(int argc, char *argv[]) ...@@ -283,6 +283,8 @@ int main(int argc, char *argv[])
setlocale(LC_CTYPE,""); setlocale(LC_CTYPE,"");
#endif #endif
g_set_application_name("Music Player Daemon");
/* enable GLib's thread safety code */ /* enable GLib's thread safety code */
g_thread_init(NULL); g_thread_init(NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment