Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: third_party/xdg-utils/scripts/xdg-file-dialog.in

Issue 6758016: Update xdg-utils to the latest version available in CVS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/xdg-utils/scripts/xdg-email.in ('k') | third_party/xdg-utils/scripts/xdg-icon-resource » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/xdg-utils/scripts/xdg-file-dialog.in
===================================================================
--- third_party/xdg-utils/scripts/xdg-file-dialog.in (revision 79890)
+++ third_party/xdg-utils/scripts/xdg-file-dialog.in (working copy)
@@ -7,6 +7,8 @@
#
# Refer to the usage() function below for usage.
#
+# Copyright 2009-2010, Fathi Boudra <fabo@freedesktop.org>
+# Copyright 2009-2010, Rex Dieter <rdieter@fedoraproject.org>
# Copyright 2006, Kevin Krammer <kevin.krammer@gmx.at>
#
# LICENSE:
@@ -310,7 +312,7 @@
open_kde "$filename"
;;
- gnome|xfce)
+ gnome|xfce|lxde)
open_zenity "$filename"
;;
@@ -324,7 +326,7 @@
open_multi_kde "$filename"
;;
- gnome|xfce)
+ gnome|xfce|lxde)
open_multi_zenity "$filename"
;;
@@ -338,7 +340,7 @@
save_kde "$filename"
;;
- gnome|xfce)
+ gnome|xfce|lxde)
save_zenity "$filename"
;;
@@ -352,7 +354,7 @@
directory_kde "$filename"
;;
- gnome|xfce)
+ gnome|xfce|lxde)
directory_zenity "$filename"
;;
« no previous file with comments | « third_party/xdg-utils/scripts/xdg-email.in ('k') | third_party/xdg-utils/scripts/xdg-icon-resource » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698