]> git.lyx.org Git - features.git/commitdiff
Fix double-updating, thus fixing GChanges skipping first change
authorJohn Spray <spray@lyx.org>
Tue, 14 Feb 2006 16:14:33 +0000 (16:14 +0000)
committerJohn Spray <spray@lyx.org>
Tue, 14 Feb 2006 16:14:33 +0000 (16:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13240 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/gtk/ChangeLog
src/frontends/gtk/GViewBase.C

index 493168d8b8f36b4c0ad971fe21bbd9e97ccc4160..72eb0d3f2136524ff6d7e27e1888c79c95908461 100644 (file)
@@ -8,6 +8,8 @@
          I can copy and paste Schrödinger.
        * GMenubar.C, GToolbar.C, GPainter.C: dodgy text encoding 
          conversions are marked with comments.  grep for ENCODING.
+       * GViewBase.C: no longer call update() in show(), fixes 
+         update getting called twice when opening dialog.
 
 2006-02-13  John Spray  <spray@lyx.org>
        * ghelpers.C: implement Gtk::IconTheme stuff for getting 
index bb45a5fc3e0b9951a27fd1b0db829bdd6f58e6a7..73eb15699ba78f3749a4c86213d6704fbfbdd65b 100644 (file)
@@ -61,7 +61,7 @@ void GViewBase::show()
        if (!window()) {
                build();
        }
-       update();
+
        if (dialog().controller().exitEarly())
                return;