aboutsummaryrefslogtreecommitdiff
path: root/misc/wmcalendar
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2006-03-25 09:40:53 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2006-03-25 09:40:53 +0000
commitc7d5c9b8c95176217faa81bf5e3bf487a7c43ae0 (patch)
tree9da8b02747e6160c233daf8b45d38858dd7a8350 /misc/wmcalendar
parente1e05f146fdd6c28d06388ededb7fdde8ace2ab8 (diff)
downloadports-c7d5c9b8c95176217faa81bf5e3bf487a7c43ae0.tar.gz
ports-c7d5c9b8c95176217faa81bf5e3bf487a7c43ae0.zip
Notes
Diffstat (limited to 'misc/wmcalendar')
-rw-r--r--misc/wmcalendar/files/patch-give-windowname19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/wmcalendar/files/patch-give-windowname b/misc/wmcalendar/files/patch-give-windowname
new file mode 100644
index 000000000000..c38ebf60604f
--- /dev/null
+++ b/misc/wmcalendar/files/patch-give-windowname
@@ -0,0 +1,19 @@
+*** wmCalendar.c.org Sat Mar 25 10:30:07 2006
+--- wmCalendar.c Sat Mar 25 10:30:19 2006
+***************
+*** 19,25 ****
+ ParseCMDLine(argc, argv);
+ if(get_debug())printf("debugging mode:\nstarting wmCalendar version %s\n", getVersion());
+ if(get_debug())printf("using libical version %s\n", ICAL_VERSION);
+! dockapp_open_window("", "", 64, 64, argc, argv);
+ initValues();
+ gtk_init(&argc, &argv);
+ checkicalversion();
+--- 19,25 ----
+ ParseCMDLine(argc, argv);
+ if(get_debug())printf("debugging mode:\nstarting wmCalendar version %s\n", getVersion());
+ if(get_debug())printf("using libical version %s\n", ICAL_VERSION);
+! dockapp_open_window("", "wmCalendar", 64, 64, argc, argv);
+ initValues();
+ gtk_init(&argc, &argv);
+ checkicalversion();