capuchin r65 - trunk/src/libcapuchin
- From: sebp svn gnome org
- To: svn-commits-list gnome org
- Subject: capuchin r65 - trunk/src/libcapuchin
- Date: Mon, 10 Mar 2008 21:26:02 +0000 (GMT)
Author: sebp
Date: Mon Mar 10 21:26:01 2008
New Revision: 65
URL: http://svn.gnome.org/viewvc/capuchin?rev=65&view=rev
Log:
Fixed copy/paste error
Modified:
trunk/src/libcapuchin/AppObject.cs
Modified: trunk/src/libcapuchin/AppObject.cs
==============================================================================
--- trunk/src/libcapuchin/AppObject.cs (original)
+++ trunk/src/libcapuchin/AppObject.cs Mon Mar 10 21:26:01 2008
@@ -211,7 +211,7 @@
/// <returns>A list of plugin IDs</returns>
public string[] GetPluginsWithTag (string tag)
{
- Log.Info ("Getting plugins with tag '{0}'", plugin_id);
+ Log.Info ("Getting plugins with tag '{0}'", tag);
tag = tag.Trim().ToLower ();
if (!this.TagToPlugins.ContainsKey (tag)) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]