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

« back to all changes in this revision

Viewing changes to .pc/hide_policy_items_env_var.patch/src/applet.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2013-10-16 16:35:33 UTC
  • Revision ID: package-import@ubuntu.com-20131016163533-xq4o046vmrskiaz3
Tags: 0.9.8.0-1ubuntu5
* debian/patches/nm-applet-use-indicator.patch:
  - Fix crash when nm-applet quits (LP: #1230148)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4077
4077
 
4078
4078
#ifdef ENABLE_INDICATOR
4079
4079
        if (applet->app_indicator)
 
4080
        {
 
4081
                APP_INDICATOR_GET_CLASS(applet->app_indicator)->unfallback = NULL;
4080
4082
                g_object_unref (applet->app_indicator);
 
4083
        }
4081
4084
#endif
4082
4085
 
4083
4086
        if (applet->nm_client)