~ubuntu-branches/debian/wheezy/gnome-terminal/wheezy

« back to all changes in this revision

Viewing changes to src/terminal.c

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2012-10-24 10:56:17 UTC
  • Revision ID: package-import@ubuntu.com-20121024105617-671yat6wkbbv8y6z
Tags: 3.4.1.1-2
* Team upload
* Recommend dbus-x11: gnome-terminal's default usage requires a
  D-Bus session, and dbus-x11 is the recommended way to get one of those
  (Closes: #691177; related to #631968)
* If unable to connect to D-Bus, warn before we exit 1 (Closes: #691178)

Show diffs side-by-side

added added

removed removed

Lines of Context:
303
303
 
304
304
  /* Couldn't get the connection? No way to continue! */
305
305
  if (connection == NULL) {
 
306
    g_warning ("Unable to to connect to D-Bus");
306
307
    data->exit_code = EXIT_FAILURE;
307
308
    gtk_main_quit ();
308
309
    return;