diff options
author | portix <none@none> | 2013-02-16 14:42:56 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-16 14:42:56 +0100 |
commit | 637936b5997d93be65c77154d0ee5664c5e37576 (patch) | |
tree | f3bff1ee1b5362bf4c0cf40f206e03ffd86e7dbf /src/dwb.h | |
parent | a628c3f21439a248d15e06d0d91d8ca6315e8aa9 (diff) | |
download | dwb-637936b5997d93be65c77154d0ee5664c5e37576.zip |
Emit statusBarChanged signal also if only uri has changed
Diffstat (limited to 'src/dwb.h')
-rw-r--r-- | src/dwb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -918,7 +918,7 @@ CompletionType dwb_eval_completion_type(void); void dwb_append_navigation_with_argument(GList **, const char *, const char *); void dwb_clean_load_end(GList *); void dwb_clean_load_begin(GList *); -void dwb_update_uri(GList *); +void dwb_update_uri(GList *, gboolean); gboolean dwb_get_allowed(const char *, const char *); gboolean dwb_toggle_allowed(const char *, const char *, GList **); char * dwb_get_host(WebKitWebView *); |