~ubuntu-branches/ubuntu/natty/xfce4-panel/natty

« back to all changes in this revision

Viewing changes to wrapper/main.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-04 19:42:23 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110104194223-fuf883uda9kxvwn5
Tags: 4.7.7-0ubuntu1
* New upstream development release.
* debian/patches/abicheck.diff: dropped, included upstream.
* debian/xfce4-panel.shlibs: bumped to >= 4.7.7, because of some changes
  for external plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
          xfce_panel_plugin_provider_show_about (provider);
144
144
          break;
145
145
 
 
146
        case PROVIDER_PROP_TYPE_ACTION_ASK_REMOVE:
 
147
          xfce_panel_plugin_provider_ask_remove (provider);
 
148
          break;
 
149
 
146
150
        default:
147
151
          panel_assert_not_reached ();
148
152
          break;