Introduction
Introduction Statistics Contact Development Disclaimer Help
tremoved all unneeded event listeners... really! - surf - customized build of s…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit d1cfea4e86d517177ced89eb96f7f51aa9200298
parent bc5d280efefa23ebe0425a5f3de781194c2f94fc
Author: Enno Boland (Gottox) <[email protected]>
Date: Fri, 5 Jun 2009 18:05:08 +0200
removed all unneeded event listeners... really!
Diffstat:
M surf.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/surf.c b/surf.c
t@@ -41,8 +41,6 @@ static gboolean keypress(GtkWidget* w, GdkEventKey *ev);
static void titlechange(WebKitWebView* view, WebKitWebFrame* frame, const gcha…
static void progresschange(WebKitWebView *view, gint p, gpointer d);
static void loadcommit(WebKitWebView *view, WebKitWebFrame *f, gpointer d);
-static void loadstart(WebKitWebView *view, WebKitWebFrame *f, gpointer d);
-static void loadfinish(WebKitWebView *view, WebKitWebFrame *f, gpointer d);
static void linkhover(WebKitWebView* page, const gchar* t, const gchar* l, gpo…
static gboolean newwindow(WebKitWebView *view, WebKitWebFrame *f,
WebKitNetworkRequest *r, WebKitWebNavigationAction *n,
t@@ -90,7 +88,6 @@ loadfile(gchar *f) {
GString *uri = g_string_new(f);
gchar *line;
- /* cannot use fileno in c99 - workaround*/
if(strcmp(f, "-") == 0) {
c = g_io_channel_unix_new(STDIN_FILENO);
if (c) {
t@@ -99,6 +96,7 @@ loadfile(gchar *f) {
g_free(line);
}
webkit_web_view_load_html_string(view, code->str, NULL…
+ g_free(code);
g_io_channel_shutdown(c, FALSE, NULL);
}
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.