Mercurial > pidgin.yaz
diff pidgin/plugins/timestamp_format.c @ 15878:fde34f782314
The Message Timestamp Formats plugin lacked an ID before.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sat, 24 Mar 2007 06:26:04 +0000 |
| parents | 32c366eeeb99 |
| children | 765cfc73182f |
line wrap: on
line diff
--- a/pidgin/plugins/timestamp_format.c Sat Mar 24 06:24:59 2007 +0000 +++ b/pidgin/plugins/timestamp_format.c Sat Mar 24 06:26:04 2007 +0000 @@ -131,13 +131,13 @@ PURPLE_PLUGIN_MAGIC, PURPLE_MAJOR_VERSION, PURPLE_MINOR_VERSION, - PURPLE_PLUGIN_STANDARD, /**< type */ + PURPLE_PLUGIN_STANDARD, /**< type */ PIDGIN_PLUGIN_TYPE, /**< ui_requirement */ 0, /**< flags */ NULL, /**< dependencies */ - PURPLE_PRIORITY_DEFAULT, /**< priority */ + PURPLE_PRIORITY_DEFAULT, /**< priority */ - NULL, /**< id */ + "core-timestamp_format", /**< id */ N_("Message Timestamp Formats"), /**< name */ VERSION, /**< version */ /** summary */ @@ -147,7 +147,7 @@ "conversation and logging message timestamp " "formats."), "Richard Laager <rlaager@pidgin.im>", /**< author */ - PURPLE_WEBSITE, /**< homepage */ + PURPLE_WEBSITE, /**< homepage */ plugin_load, /**< load */ plugin_unload, /**< unload */
