Mercurial > pidgin.yaz
diff pidgin/plugins/timestamp.c @ 25124:ea62e934c80b
Fix some more mis-identified plugins, like 3b3526a0...
References #8448.
| author | Elliott Sales de Andrade <qulogic@pidgin.im> |
|---|---|
| date | Wed, 18 Feb 2009 04:31:31 +0000 |
| parents | bd36fdd36e92 |
| children | eb024bcff0c9 |
line wrap: on
line diff
--- a/pidgin/plugins/timestamp.c Wed Feb 18 03:47:52 2009 +0000 +++ b/pidgin/plugins/timestamp.c Wed Feb 18 04:31:31 2009 +0000 @@ -229,4 +229,4 @@ purple_prefs_add_int("/plugins/gtk/timestamp/interval", interval * 1000); } -PURPLE_INIT_PLUGIN(interval, init_plugin, info) +PURPLE_INIT_PLUGIN(timestamp, init_plugin, info)
