# HG changeset patch
# User Darren Salt <[EMAIL PROTECTED]>
# Date 1172067737 0
# Node ID 2ee7c1705fafb71443203bcd6680f2d39f622ed7
# Parent 170324915a3f66e7f93fa9d49b091835d5d86820
Update pref hardware information display on undo or revert to saved.
diff -r 2ee7c1705fafb71443203bcd6680f2d39f622ed7 -r
170324915a3f66e7f93fa9d49b091835d5d86820 src/preferences.c
--- a/src/preferences.c Wed Feb 21 14:22:17 2007 +0000
+++ b/src/preferences.c Wed Feb 21 14:12:09 2007 +0000
@@ -1077,7 +1077,12 @@ void preferences_update_entry (const xin
case XINE_CONFIG_TYPE_STRING:
if (xine_check_version (1, 1, 4) && entry->num_value)
+ {
gtk_file_chooser_set_filename (widget, entry->str_value);
+#ifdef WITH_HAL
+ display_hal_device_info (widget, entry->str_value);
+#endif
+ }
else
gtk_entry_set_text (widget, entry->str_value);
break;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog