diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-03 00:44:16 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-04-03 00:44:16 +0800 |
commit | 9ccc9b68631d6af68c57aa183adfa1216b77f806 (patch) | |
tree | cc1d254d8cd3ba66531f26bd3f6041dd87a98f27 /net/gnome-nettool/files | |
parent | e37d88766abd5c864b825a1a2cc9eab062309b72 (diff) | |
download | marcuscom-ports-9ccc9b68631d6af68c57aa183adfa1216b77f806.tar marcuscom-ports-9ccc9b68631d6af68c57aa183adfa1216b77f806.tar.gz marcuscom-ports-9ccc9b68631d6af68c57aa183adfa1216b77f806.tar.bz2 marcuscom-ports-9ccc9b68631d6af68c57aa183adfa1216b77f806.tar.lz marcuscom-ports-9ccc9b68631d6af68c57aa183adfa1216b77f806.tar.xz marcuscom-ports-9ccc9b68631d6af68c57aa183adfa1216b77f806.tar.zst marcuscom-ports-9ccc9b68631d6af68c57aa183adfa1216b77f806.zip |
Actually remove this file from CVS.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12203 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-nettool/files')
-rw-r--r-- | net/gnome-nettool/files/patch-src_main.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/gnome-nettool/files/patch-src_main.c b/net/gnome-nettool/files/patch-src_main.c deleted file mode 100644 index 473585c0a..000000000 --- a/net/gnome-nettool/files/patch-src_main.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/main.c.orig 2009-03-21 15:21:51.000000000 -0400 -+++ src/main.c 2009-03-21 15:22:02.000000000 -0400 -@@ -120,6 +120,8 @@ main (int argc, char *argv[]) - textdomain (GETTEXT_PACKAGE); - #endif - -+ glibtop_init (); -+ - if (!gtk_init_with_args (&argc, &argv, NULL, options, NULL, &error)) { - g_print ("%s\n\n", error->message); - return -1; -@@ -228,8 +230,6 @@ main (int argc, char *argv[]) - - gtk_widget_show (window); - -- glibtop_init (); -- - gtk_main (); - - glibtop_close (); |