projects
/
vimb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5ada13
)
Remove unneeded status style setting.
author
Daniel Carl
<danielcarl@gmx.de>
Sun, 24 Feb 2013 13:50:51 +0000
(14:50 +0100)
committer
Daniel Carl
<danielcarl@gmx.de>
Sun, 24 Feb 2013 13:50:51 +0000
(14:50 +0100)
src/main.c
patch
|
blob
|
history
diff --git
a/src/main.c
b/src/main.c
index
05098e2
..
3345b22
100644
(file)
--- a/
src/main.c
+++ b/
src/main.c
@@
-120,9
+120,6
@@
static void vp_webview_load_status_cb(WebKitWebView* view, GParamSpec* pspec, gp
vp_set_status(VP_STATUS_NORMAL);
}
- /* update the style of the status bar according to status */
- vp_update_status_style();
-
/* status bar is updated by vp_set_mode */
vp_set_mode(VP_MODE_NORMAL , FALSE);
vp_update_urlbar(uri);