comparison 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
comparison
equal deleted inserted replaced
15877:80ee585fb53c 15878:fde34f782314
129 static PurplePluginInfo info = 129 static PurplePluginInfo info =
130 { 130 {
131 PURPLE_PLUGIN_MAGIC, 131 PURPLE_PLUGIN_MAGIC,
132 PURPLE_MAJOR_VERSION, 132 PURPLE_MAJOR_VERSION,
133 PURPLE_MINOR_VERSION, 133 PURPLE_MINOR_VERSION,
134 PURPLE_PLUGIN_STANDARD, /**< type */ 134 PURPLE_PLUGIN_STANDARD, /**< type */
135 PIDGIN_PLUGIN_TYPE, /**< ui_requirement */ 135 PIDGIN_PLUGIN_TYPE, /**< ui_requirement */
136 0, /**< flags */ 136 0, /**< flags */
137 NULL, /**< dependencies */ 137 NULL, /**< dependencies */
138 PURPLE_PRIORITY_DEFAULT, /**< priority */ 138 PURPLE_PRIORITY_DEFAULT, /**< priority */
139 139
140 NULL, /**< id */ 140 "core-timestamp_format", /**< id */
141 N_("Message Timestamp Formats"), /**< name */ 141 N_("Message Timestamp Formats"), /**< name */
142 VERSION, /**< version */ 142 VERSION, /**< version */
143 /** summary */ 143 /** summary */
144 N_("Customizes the message timestamp formats."), 144 N_("Customizes the message timestamp formats."),
145 /** description */ 145 /** description */
146 N_("This plugin allows the user to customize " 146 N_("This plugin allows the user to customize "
147 "conversation and logging message timestamp " 147 "conversation and logging message timestamp "
148 "formats."), 148 "formats."),
149 "Richard Laager <rlaager@pidgin.im>", /**< author */ 149 "Richard Laager <rlaager@pidgin.im>", /**< author */
150 PURPLE_WEBSITE, /**< homepage */ 150 PURPLE_WEBSITE, /**< homepage */
151 151
152 plugin_load, /**< load */ 152 plugin_load, /**< load */
153 plugin_unload, /**< unload */ 153 plugin_unload, /**< unload */
154 NULL, /**< destroy */ 154 NULL, /**< destroy */
155 155