diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-10-01 20:15:56 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-10-01 20:15:56 +0800 |
commit | 7605ce71b58d19479c277899b50c76fb19d5d598 (patch) | |
tree | 2c6ea17f497f0a0488587cdca04c0f35ab9c81e2 /src | |
parent | d18e3a866dfdb496f38fbd62eed1e16ab8e5deb6 (diff) | |
download | gsoc2013-epiphany-7605ce71b58d19479c277899b50c76fb19d5d598.tar gsoc2013-epiphany-7605ce71b58d19479c277899b50c76fb19d5d598.tar.gz gsoc2013-epiphany-7605ce71b58d19479c277899b50c76fb19d5d598.tar.bz2 gsoc2013-epiphany-7605ce71b58d19479c277899b50c76fb19d5d598.tar.lz gsoc2013-epiphany-7605ce71b58d19479c277899b50c76fb19d5d598.tar.xz gsoc2013-epiphany-7605ce71b58d19479c277899b50c76fb19d5d598.tar.zst gsoc2013-epiphany-7605ce71b58d19479c277899b50c76fb19d5d598.zip |
Fix compile warnings.
2006-10-01 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-spinner.c: (ephy_spinner_images_load),
(ephy_spinner_cache_get_images), (bump_spinner_frame_cb):
* lib/widgets/testspinner.c: (add_spinner), (main):
Fix compile warnings.
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-link.c b/src/ephy-link.c index 623f7117a..b46201ee5 100644 --- a/src/ephy-link.c +++ b/src/ephy-link.c @@ -114,7 +114,7 @@ ephy_link_flags_from_current_event (void) {
flags = EPHY_LINK_NEW_WINDOW;
}
- else
+ else if (state == 0)
{
flags = EPHY_LINK_NEW_TAB;
}
|