summaryrefslogtreecommitdiff
path: root/www/kazehakase/files/patch-src::main.c
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-10-30 04:31:49 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-10-30 04:31:49 +0000
commit9ffe8d95e76812348a7cd9478517e98fd54f5728 (patch)
tree74b9cc2681488bc6facac3d2bf91c2d1d6597756 /www/kazehakase/files/patch-src::main.c
parentRemove not need gnomeprefix (diff)
update to 0.2.1
PR: ports/73262 Approved by: adamw (mentor)
Diffstat (limited to 'www/kazehakase/files/patch-src::main.c')
-rw-r--r--www/kazehakase/files/patch-src::main.c31
1 files changed, 13 insertions, 18 deletions
diff --git a/www/kazehakase/files/patch-src::main.c b/www/kazehakase/files/patch-src::main.c
index 94418ff78917..aec838012c04 100644
--- a/www/kazehakase/files/patch-src::main.c
+++ b/www/kazehakase/files/patch-src::main.c
@@ -1,19 +1,14 @@
---- src/main.c.orig Sat Aug 28 00:28:30 2004
-+++ src/main.c Sat Aug 28 00:28:47 2004
-@@ -318,6 +318,7 @@
- GList *list = kz_window_get_window_list();
- KzWindow *kz;
- gchar **argv;
-+ gchar *uri;
- gint i;
+--- src/main.c.orig Thu Oct 28 20:27:54 2004
++++ src/main.c Thu Oct 28 20:29:00 2004
+@@ -777,10 +777,10 @@
+ /* windows */
+ for (node = list; node; node = g_list_next(node))
+ {
++ KzWindow *window;
+ GList *tabs, *tabnode;
+ KzBookmark *window_bookmark = KZ_BOOKMARK(node->data);
+ tabs = kz_bookmark_get_children(window_bookmark);
+- KzWindow *window;
- if (!list || !list->data || !KZ_IS_WINDOW(list->data)) return;
-@@ -338,7 +339,7 @@
- continue;
- }
-
-- gchar *uri = complement_scheme(argv[i]);
-+ uri = complement_scheme(argv[i]);
- kz_window_open_new_tab(kz, uri);
- g_free(uri);
- }
+ window = KZ_WINDOW(kz_window_new(NULL));
+ /*