aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/main.c b/shell/main.c
index 612eae7401..2261aa84d1 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -490,8 +490,6 @@ main (int argc, char **argv)
{ NULL, '\0', 0, NULL, 0, NULL, NULL }
};
GSList *uri_list;
- const char **args;
- poptContext popt_context;
/* Make ElectricFence work. */
free (malloc (10));
@@ -534,6 +532,7 @@ main (int argc, char **argv)
uri_list = NULL;
+#if 0
args = poptGetArgs (popt_context);
if (args != NULL) {
const char **p;
@@ -541,6 +540,7 @@ main (int argc, char **argv)
for (p = args; *p != NULL; p++)
uri_list = g_slist_prepend (uri_list, (char *) *p);
}
+#endif
gtk_idle_add (idle_cb, uri_list);
0800'>2008-11-191-1/+1 * . Fix the location the wrapper script looks for bsh.jar in.glewis2008-11-191-1/+1 * - JAVAJARDIR should not be removed.lippe2008-06-241-2/+1 * - Fix location to install .jar file(s).lippe2008-06-241-8/+4 * - Change main category (java/bsh -> lang/bsh).lippe2008-06-233-16/+22 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Add SHA256pav2005-11-251-0/+1 * . Update to 2.0b4.glewis2005-09-213-4/+5 * - Update to bsd.java.mk 2.0hq2005-02-032-5/+10 * Use PLIST_FILES.trevor2004-02-062-1/+1 * SIZEify.trevor2004-01-291-0/+1 * . Update to 1.2b7.glewis2003-05-06