Revision c2e49ad98d5b2d1b213a05dbf196949a0b6d7fe6

rlaager at pidgin.im rlaager at pidgin.im
Sat Mar 24 03:00:44 EDT 2007


o   -----------------------------------------------------------------
|   Revision: c2e49ad98d5b2d1b213a05dbf196949a0b6d7fe6
|   Ancestor: e0354682e04a1ce00aeab4d116fd5063020da02d
|   Author: rlaager at pidgin.im
|   Date: 2007-03-24T06:26:04
|   Branch: im.pidgin.pidgin
|   
|   Modified files:
|           pidgin/plugins/timestamp_format.c
|   
|   ChangeLog: 
|   
|   The Message Timestamp Formats plugin lacked an ID before.
|   
|   ============================================================
|   --- pidgin/plugins/timestamp_format.c	558787215d905bd567008f48b5d115db8504c80c
|   +++ pidgin/plugins/timestamp_format.c	4a4e681f7b53d6dad627be03ebe7dbf0296a92ed
|   @@ -131,13 +131,13 @@ static PurplePluginInfo info =
|    	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 @@ static PurplePluginInfo info =
|    	   "conversation and logging message timestamp "
|    	   "formats."),
|    	"Richard Laager <rlaager at pidgin.im>",             /**< author         */
|   -	PURPLE_WEBSITE,                                     /**< homepage       */
|   +	PURPLE_WEBSITE,                                   /**< homepage       */
|    
|    	plugin_load,                                      /**< load           */
|    	plugin_unload,                                    /**< unload         */

To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from c2e49ad98d5b2d1b213a05dbf196949a0b6d7fe6


More information about the Commits mailing list