mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
13 lines
386 B
Python
13 lines
386 B
Python
--- xdg/Menu.py.orig Thu Aug 11 07:37:48 2005
|
|
+++ xdg/Menu.py Sat Sep 2 05:10:19 2006
|
|
@@ -494,6 +494,10 @@
|
|
if not filename:
|
|
filename = __getFileName("applications.menu")
|
|
|
|
+ # use gnome if no filename given
|
|
+ if not filename:
|
|
+ filename = __getFileName("gnome-applications.menu")
|
|
+
|
|
if not filename:
|
|
raise ParsingError('File not found', "/etc/xdg/menus/applications.menu")
|
|
|