updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / gnome-terminal-urgent-hint / terminal-dontping.patch
blob963a7aac310aaf36a3cf6bc1c1ee7fe83d2ec9cf
1 --- src/terminal.c~ 2009-04-17 18:30:45.000000000 +0200
2 +++ src/terminal.c 2009-05-29 19:47:28.071360678 +0200
3 @@ -234,9 +234,6 @@
4 return g_string_free (name, FALSE);
7 -/* Evil hack alert: this is exported from libgconf-2 but not in a public header */
8 -extern gboolean gconf_ping_daemon (void);
9 -
10 int
11 main (int argc, char **argv)
13 @@ -444,16 +441,6 @@
14 g_free (argv_copy);
15 g_free (factory_name);
17 - /* If the gconf daemon isn't available (e.g. because there's no dbus
18 - * session bus running), we'd crash later on. Tell the user about it
19 - * now, and exit. See bug #561663.
20 - */
21 - if (!gconf_ping_daemon ())
22 - {
23 - g_printerr ("Failed to contact the GConf daemon; exiting.\n");
24 - exit (1);
25 - }
27 gtk_window_set_default_icon_name (GNOME_TERMINAL_ICON_NAME);
29 gtk_about_dialog_set_url_hook (about_url_hook, NULL, NULL);