~gotwig/gazette/global-service-states

« back to all changes in this revision

Viewing changes to src/PluginManager.vala

  • Committer: Santiago Ocamica
  • Date: 2013-05-20 01:17:36 UTC
  • Revision ID: santi6982@gmail.com-20130520011736-1ihvd5g23a93svd8
Initial work on porting the switchboard plug

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
            }
161
161
        }
162
162
    }
 
163
    //FIXME: does not delete the plugin from memory.
163
164
    void disable_plugin (string id) {
164
165
        debug(@"Disabling plugin. ID: $id");
165
166
        var plug = plugin_hash[id];