1 --- src/terminal.c~ 2009-04-17 18:30:45.000000000 +0200
2 +++ src/terminal.c 2009-05-29 19:47:28.071360678 +0200
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);
11 main (int argc, char **argv)
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.
21 - if (!gconf_ping_daemon ())
23 - g_printerr ("Failed to contact the GConf daemon; exiting.\n");
27 gtk_window_set_default_icon_name (GNOME_TERMINAL_ICON_NAME);
29 gtk_about_dialog_set_url_hook (about_url_hook, NULL, NULL);