Search
lxdream.org :: lxdream/src/gui/gtkui.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui/gtkui.c
changeset 457:af605fd32c0b
prev455:3080881d00d4
next464:8e099fad42a6
author nkeynes
date Sun Oct 21 11:38:02 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Finish updating debug gui window bits
file annotate diff log raw
1.1 --- a/src/gui/gtkui.c Sun Oct 21 05:21:35 2007 +0000
1.2 +++ b/src/gui/gtkui.c Sun Oct 21 11:38:02 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: gtkui.c,v 1.5 2007-10-21 05:21:35 nkeynes Exp $
1.6 + * $Id: gtkui.c,v 1.6 2007-10-21 11:38:02 nkeynes Exp $
1.7 *
1.8 * Core GTK-based user interface
1.9 *
1.10 @@ -322,7 +322,7 @@
1.11 debug_window_update(debug_win);
1.12 }
1.13 if( mmio_win ) {
1.14 - mmio_win_update(mmio_win);
1.15 + mmio_window_update(mmio_win);
1.16 }
1.17 dump_window_update_all();
1.18 }
.