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

« back to all changes in this revision

Viewing changes to src/terminal-util.c

  • Committer: Package Import Robot
  • Author(s): Josselin Mouette
  • Date: 2011-11-20 00:25:02 UTC
  • mfrom: (10.1.6 experimental)
  • Revision ID: package-import@ubuntu.com-20111120002502-tyyp0w702juf779c
Tags: 3.2.1-2
Reintroduce gtk2 build-dependency, it’s required for 
gtk-builder-convert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
579
579
 
580
580
  child_settings = g_settings_get_child (proxy_settings, child_schema_id);
581
581
 
582
 
  if (is_http && !g_settings_get_boolean (child_settings, "enabled"))
583
 
    goto out;
584
 
 
585
582
  g_settings_get (child_settings, "host", "&s", &host);
586
583
  port = g_settings_get_int (child_settings, "port");
587
584
  if (host[0] == '\0' || port == 0)