Revision 21541562eaeab1a5d0a9c1c902de2f5235a35e61

thekingant at pidgin.im thekingant at pidgin.im
Wed Apr 11 01:20:51 EDT 2007


o   -----------------------------------------------------------------
|   Revision: 21541562eaeab1a5d0a9c1c902de2f5235a35e61
|   Ancestor: 5aef962e1676160893b6b53452b98959b521e6af
|   Author: thekingant
|   Date: 2004-12-09T04:33:29
|   Branch: im.pidgin.gaim.oldstatus
|   
|   Modified files:
|           plugins/win32/transparency/win2ktrans.c
|   
|   ChangeLog: 
|   
|   [gaim-migrate @ 11547]
|   I just realized this is only a debug message, and backporting it
|   probably isn't really needed.  Eh.
|   ============================================================
|   --- plugins/win32/transparency/win2ktrans.c	b8e9b0a3c0c1d709e09d23628cdf0c24f4cc7d07
|   +++ plugins/win32/transparency/win2ktrans.c	913ff5d3b16378fa29c0499cfd477e302d7d1786
|   @@ -448,9 +448,9 @@ GtkWidget *get_config_frame(GaimPlugin *
|    
|    	gtk_box_pack_start(GTK_BOX(trans_box), hbox, FALSE, FALSE, 5);
|    
|   -	/* If this version of Windows dosn't support Transparency, grey out options */
|   +	/* If this version of Windows doesn't support Transparency, grey out options */
|    	if(!has_transparency()) {
|   -		gaim_debug_warning(WINTRANS_PLUGIN_ID, "This version of windows dosn't support transparency\n");
|   +		gaim_debug_warning(WINTRANS_PLUGIN_ID, "This version of Windows doesn't support transparency\n");
|    		gtk_widget_set_sensitive(GTK_WIDGET(imtransbox), FALSE);
|    		gtk_widget_set_sensitive(GTK_WIDGET(button), FALSE);
|    		gtk_widget_set_sensitive(GTK_WIDGET(trans_box), FALSE);

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


More information about the Commits mailing list