~afeder/network-manager-applet/bug-704123

« back to all changes in this revision

Viewing changes to .pc/lp341684_device_sensitive_disconnect_notify.patch/src/applet-device-wifi.c

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-08 01:07:05 UTC
  • mfrom: (1.2.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20110708010705-d60t3h78jol3kq12
Tags: 0.8.9997+git.20110707t152406.340f695-0ubuntu1
* upstream snapshot 2011-07-07 15:24:06 (GMT)
  + 340f69597ea787cebf690b73de2d4c8c78f7b16c
  - editor: update secret flags when updating visibility
  - applet: don't show irrelevant security options during secrets requests
  - added translations
* debian/control: drop gksu from network-manager-gnome Depends.
* debian/patches/nm-applet-use-indicator.patch:
  - refreshed.
  - rework menu update code to trigger on dbusmenu about-to-show signal
    (LP: #791770, #764451)

Show diffs side-by-side

added added

removed removed

Lines of Context:
471
471
                more_info->callback = callback;
472
472
                more_info->callback_data = callback_data;
473
473
 
474
 
                dialog = nma_wireless_dialog_new (applet, connection, device, ap);
 
474
                dialog = nma_wireless_dialog_new (applet, connection, device, ap, FALSE);
475
475
                if (dialog) {
476
476
                        g_signal_connect (dialog, "response",
477
477
                                              G_CALLBACK (more_info_wifi_dialog_response_cb),
1672
1672
 
1673
1673
        applet_secrets_request_set_free_func (req, free_wifi_info);
1674
1674
 
1675
 
        info->dialog = nma_wireless_dialog_new (req->applet, req->connection, NULL, NULL);
 
1675
        info->dialog = nma_wireless_dialog_new (req->applet, req->connection, NULL, NULL, TRUE);
1676
1676
        if (info->dialog) {
1677
1677
                g_signal_connect (info->dialog, "response",
1678
1678
                                  G_CALLBACK (get_secrets_dialog_response_cb),