# HG changeset patch # User Richard Laager # Date 1174717564 0 # Node ID fde34f7823147dd1c4ad656aca9052645b595ffe # Parent 80ee585fb53cebfdb1e542ebdbd349ffeb388bd5 The Message Timestamp Formats plugin lacked an ID before. diff -r 80ee585fb53c -r fde34f782314 pidgin/plugins/timestamp_format.c --- 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 ", /**< author */ - PURPLE_WEBSITE, /**< homepage */ + PURPLE_WEBSITE, /**< homepage */ plugin_load, /**< load */ plugin_unload, /**< unload */