mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
Make the fix for bug 448943 work.
2008-04-04 Matthias Clasen <mclasen@redhat.com> * glib/gmain.c: Make the fix for bug 448943 work. svn path=/trunk/; revision=6826
This commit is contained in:
parent
087bf32df3
commit
ccd3ec90bf
@ -1,3 +1,7 @@
|
|||||||
|
2008-04-04 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gmain.c: Make the fix for bug 448943 work.
|
||||||
|
|
||||||
2008-04-04 Tor Lillqvist <tml@novell.com>
|
2008-04-04 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* configure.in: Make sure we don't build both shared and static at
|
* configure.in: Make sure we don't build both shared and static at
|
||||||
|
@ -3320,7 +3320,7 @@ g_timeout_set_expiration (GTimeoutSource *timeout_source,
|
|||||||
if (!session_bus_address)
|
if (!session_bus_address)
|
||||||
session_bus_address = g_getenv ("HOSTNAME");
|
session_bus_address = g_getenv ("HOSTNAME");
|
||||||
if (session_bus_address)
|
if (session_bus_address)
|
||||||
timer_perturb = ABS (g_str_hash (session_bus_address));
|
timer_perturb = ABS ((gint) g_str_hash (session_bus_address));
|
||||||
else
|
else
|
||||||
timer_perturb = 0;
|
timer_perturb = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user