[Xfce4-commits] <midori:master> Fix bogus semicolon in midori_view_set_uri
Christian Dywan
noreply at xfce.org
Thu Sep 22 00:30:02 CEST 2011
Updating branch refs/heads/master
to b8c707f1cbcf9a86b6a12f88283353300805e8ad (commit)
from a49c6e8ad75b9ce3d87dffda948a86d5e78eebcc (commit)
commit b8c707f1cbcf9a86b6a12f88283353300805e8ad
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Sep 22 00:27:55 2011 +0200
Fix bogus semicolon in midori_view_set_uri
midori/midori-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index e426e7f..9260872 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -3849,7 +3849,7 @@ midori_view_set_uri (MidoriView* view,
katze_assign (view->uri, g_strdup (""));
katze_item_set_uri (view->item, "");
- if (speeddial_markup == NULL);
+ if (speeddial_markup == NULL)
speeddial_markup = prepare_speed_dial_html (view);
midori_view_load_alternate_string (view,
More information about the Xfce4-commits
mailing list