comparison plugins/win32/transparency/win2ktrans.c @ 10338:67db2cbc0294

[gaim-migrate @ 11546] Eagle-Eye McGraw (aka Kevin) caught this committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Dec 2004 04:32:25 +0000
parents a9fb4493ae22
children 80a4e8e40057
comparison
equal deleted inserted replaced
10337:682201b69107 10338:67db2cbc0294
446 446
447 gtk_widget_show_all(hbox); 447 gtk_widget_show_all(hbox);
448 448
449 gtk_box_pack_start(GTK_BOX(trans_box), hbox, FALSE, FALSE, 5); 449 gtk_box_pack_start(GTK_BOX(trans_box), hbox, FALSE, FALSE, 5);
450 450
451 /* If this version of Windows dosn't support Transparency, grey out options */ 451 /* If this version of Windows doesn't support Transparency, grey out options */
452 if(!has_transparency()) { 452 if(!has_transparency()) {
453 gaim_debug_warning(WINTRANS_PLUGIN_ID, "This version of windows dosn't support transparency\n"); 453 gaim_debug_warning(WINTRANS_PLUGIN_ID, "This version of Windows doesn't support transparency\n");
454 gtk_widget_set_sensitive(GTK_WIDGET(imtransbox), FALSE); 454 gtk_widget_set_sensitive(GTK_WIDGET(imtransbox), FALSE);
455 gtk_widget_set_sensitive(GTK_WIDGET(button), FALSE); 455 gtk_widget_set_sensitive(GTK_WIDGET(button), FALSE);
456 gtk_widget_set_sensitive(GTK_WIDGET(trans_box), FALSE); 456 gtk_widget_set_sensitive(GTK_WIDGET(trans_box), FALSE);
457 } 457 }
458 458