~ubuntu-branches/ubuntu/saucy/network-manager-applet/saucy

« back to all changes in this revision

Viewing changes to .pc/applet_adhoc_use_wpa_rsn_part1.patch/src/applet-dialogs.c

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-03-08 11:47:45 UTC
  • mfrom: (105.1.1 raring-proposed)
  • Revision ID: package-import@ubuntu.com-20130308114745-7p3ns9ikmfcluod4
Tags: 0.9.8.0-1ubuntu2
debian/control: add docbook-to-man to Build-Depends, missing in the
previous upload.

Show diffs side-by-side

added added

removed removed

Lines of Context:
640
640
        if (s_ip6)
641
641
                 method = nm_setting_ip6_config_get_method (s_ip6);
642
642
 
643
 
        if (method && !strcmp (method, NM_SETTING_IP6_CONFIG_METHOD_IGNORE)) {
 
643
        if (!method || !strcmp (method, NM_SETTING_IP6_CONFIG_METHOD_IGNORE)) {
644
644
                gtk_table_attach (table, create_info_label (_("Ignored"), FALSE),
645
645
                                  0, 1, row, row + 1, GTK_FILL, GTK_FILL, 0, 0);
646
646
                row++;