Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix tab clicks in plugin manager
  • Loading branch information
rduivenvoorde authored and m-kuhn committed Oct 20, 2017
1 parent a733ace commit 32852fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/pluginmanager/qgspluginmanager.h
Expand Up @@ -38,8 +38,8 @@ const int PLUGMAN_TAB_NOT_INSTALLED = 2;
const int PLUGMAN_TAB_UPGRADEABLE = 3;
const int PLUGMAN_TAB_NEW = 4;
const int PLUGMAN_TAB_INVALID = 5;
const int PLUGMAN_TAB_INSTALL_FROM_ZIP = 7;
const int PLUGMAN_TAB_SETTINGS = 8;
const int PLUGMAN_TAB_INSTALL_FROM_ZIP = 6;
const int PLUGMAN_TAB_SETTINGS = 7;

/**
* \brief Plugin manager for browsing, (un)installing and (un)loading plugins
Expand Down

0 comments on commit 32852fb

Please sign in to comment.