diff options
author | marcus <marcus@FreeBSD.org> | 2007-03-19 13:14:07 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-03-19 13:14:07 +0800 |
commit | e83248f2b323aa90dfea75471b86ccc444a80f88 (patch) | |
tree | f4fc2dbabf96cb67c502479d9fc13f40bf0d0108 /deskutils/alacarte/files | |
parent | 52dd0c5de1d6a7165dc355ecf161f52bb7dbbfda (diff) | |
download | freebsd-ports-gnome-e83248f2b323aa90dfea75471b86ccc444a80f88.tar.gz freebsd-ports-gnome-e83248f2b323aa90dfea75471b86ccc444a80f88.tar.zst freebsd-ports-gnome-e83248f2b323aa90dfea75471b86ccc444a80f88.zip |
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
Diffstat (limited to 'deskutils/alacarte/files')
-rw-r--r-- | deskutils/alacarte/files/patch-Alacarte_DialogHandler.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/deskutils/alacarte/files/patch-Alacarte_DialogHandler.py b/deskutils/alacarte/files/patch-Alacarte_DialogHandler.py deleted file mode 100644 index 5cc05fc614e9..000000000000 --- a/deskutils/alacarte/files/patch-Alacarte_DialogHandler.py +++ /dev/null @@ -1,11 +0,0 @@ ---- Alacarte/DialogHandler.py.orig Wed Jul 26 20:53:06 2006 -+++ Alacarte/DialogHandler.py Wed Jul 26 20:53:14 2006 -@@ -84,7 +84,7 @@ class DialogHandler: - if button.icon_path: - dialog.set_current_folder(button.icon_path.rsplit('/', 1)[0]) - else: -- dialog.set_current_folder('/usr/share/icons/') -+ dialog.set_current_folder('/usr/local/share/icons/') - preview = gtk.VBox() - preview.set_spacing(8) - preview.set_size_request(92, 92) |