ghex r1177 - in trunk: . src



Author: jjongsma
Date: 2007-12-20 04:16:47 +0000 (Thu, 20 Dec 2007)
New Revision: 1177
ViewCVS link: http://svn.gnome.org/viewcvs/ghex?rev=1177&view=rev

Modified:
   trunk/ChangeLog
   trunk/src/gtkhex.c
   trunk/src/gtkhex.h
   trunk/src/hex-document.c
Log:
Redraw GtkHex widget when the HexDocument changes (Fix for bug #500358)

Connect to the HexDocument's document_changed signal and redraw the widget so
that the display gets updated when modifying the data with
hex_document_set_data().
Since the GtkHex view is connecting to the 'document_changed' signal, we no
longer have to rely on the HexDocument object to emit the 'data_changed' signal
for each view in the gh->views list.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]