[chirp_devel] [PATCH] [mac] fix crash at startup on mac
Jens Jensen
Fri Jan 30 13:24:49 PST 2015
# HG changeset patch
# User Jens Jensen <kd4tjx at yahoo.com>
# Date 1422652911 21600
# Fri Jan 30 15:21:51 2015 -0600
# Node ID 8fb4923cc3d5884fd0cc27b1a8f5d02a11831307
# Parent cfa8a356cf3867cb3df35c7d73193285cc2b50d1
[mac] fix crash at startup on mac
fix startup crash on mac due to changes in bug #330
diff -r cfa8a356cf38 -r 8fb4923cc3d5 chirpui/mainapp.py
--- a/chirpui/mainapp.py Thu Jan 29 07:14:39 2015 -0800
+++ b/chirpui/mainapp.py Fri Jan 30 15:21:51 2015 -0600
@@ -1700,7 +1700,7 @@
aboutitem = self.menu_uim.get_widget("/MenuBar/help/about")
macapp.insert_app_menu_item(aboutitem, 0)
- documentationitem = self.menu_uim.get_widget("/MenuBar/help/documentation")
+ documentationitem = self.menu_uim.get_widget("/MenuBar/help/gethelp")
macapp.insert_app_menu_item(documentationitem, 0)
macapp.set_use_quartz_accelerators(False)
More information about the chirp_devel
mailing list