1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-27 20:44:56 +00:00

Bugfix: run update_uname also without X11

This commit is contained in:
Nikolas Garofil 2009-05-08 14:57:19 +02:00
parent fdadbbf98e
commit bd99fe5d81

View File

@ -6543,6 +6543,7 @@ static void set_default_configurations_for_x(void)
static void set_default_configurations(void)
{
update_uname();
fork_to_background = 0;
total_run_times = 0;
info.cpu_avg_samples = 2;
@ -6602,7 +6603,6 @@ static void set_default_configurations(void)
window.type = TYPE_NORMAL;
window.hints = 0;
strcpy(window.class_name, PACKAGE_NAME);
update_uname();
sprintf(window.title, PACKAGE_NAME" (%s)", info.uname_s.nodename);
#endif
stippled_borders = 0;