diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-18 08:27:43 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-18 08:27:43 +0800 |
commit | 621870eaa978b49e43b7a82bff30091bcf085d64 (patch) | |
tree | 6fe4f2d0e926d68f0cc3750127720bd26af2bb2d /shell/main.c | |
parent | 66fe416457e3e71943044a1749d319d4f0c5e45f (diff) | |
download | gsoc2013-evolution-621870eaa978b49e43b7a82bff30091bcf085d64.tar gsoc2013-evolution-621870eaa978b49e43b7a82bff30091bcf085d64.tar.gz gsoc2013-evolution-621870eaa978b49e43b7a82bff30091bcf085d64.tar.bz2 gsoc2013-evolution-621870eaa978b49e43b7a82bff30091bcf085d64.tar.lz gsoc2013-evolution-621870eaa978b49e43b7a82bff30091bcf085d64.tar.xz gsoc2013-evolution-621870eaa978b49e43b7a82bff30091bcf085d64.tar.zst gsoc2013-evolution-621870eaa978b49e43b7a82bff30091bcf085d64.zip |
Urgh. Remove stale line that caused `display_default' to be set to TRUE
* main.c (idle_cb): Urgh. Remove stale line that caused
`display_default' to be set to TRUE for all the non-NULL shell
cases.
svn path=/trunk/; revision=13743
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c index 840bb6448a..f1b70bf271 100644 --- a/shell/main.c +++ b/shell/main.c @@ -302,8 +302,6 @@ idle_cb (void *data) } else { display_default = FALSE; } - - display_default = FALSE; } if (display_default) { |