gnome-commander r1521 - in branches/gcmd-1-3: . src/intviewer



Author: epiotr
Date: Wed Jan 16 23:15:38 2008
New Revision: 1521
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1521&view=rev

Log:
Yet another fix for problem with updating of internal viewer status bar

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/intviewer/image-render.cc

Modified: branches/gcmd-1-3/src/intviewer/image-render.cc
==============================================================================
--- branches/gcmd-1-3/src/intviewer/image-render.cc	(original)
+++ branches/gcmd-1-3/src/intviewer/image-render.cc	Wed Jan 16 23:15:38 2008
@@ -735,7 +735,10 @@
 
     g_atomic_int_inc(&obj->priv->orig_pixbuf_loaded);
 
+    image_render_notify_status_changed (obj);
+
     g_object_unref(G_OBJECT(obj));
+
     return NULL;
 }
 



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