summaryrefslogtreecommitdiff
path: root/libgnome-desktop/gnome-desktop-item.h
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-01-17 02:09:59 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-01-17 02:09:59 +0000
commitb21855b4d692ac32b858b60c7ac9748a02bc55e8 (patch)
tree8feeea3a9c84931a1e9aedc46f56fb9385e51fdf /libgnome-desktop/gnome-desktop-item.h
parent617edc69650563830a9e73a47e6620da51cf869c (diff)
downloadgnome-desktop-b21855b4d692ac32b858b60c7ac9748a02bc55e8.tar.gz
fix error quark, and start things in home directory unless a flag is
Wed Jan 16 18:34:55 2002 George Lebl <jirka@5z.com> * gnome-desktop-item.[ch]: fix error quark, and start things in home directory unless a flag is passed
Diffstat (limited to 'libgnome-desktop/gnome-desktop-item.h')
-rw-r--r--libgnome-desktop/gnome-desktop-item.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libgnome-desktop/gnome-desktop-item.h b/libgnome-desktop/gnome-desktop-item.h
index 839c93e6..6faa4c4b 100644
--- a/libgnome-desktop/gnome-desktop-item.h
+++ b/libgnome-desktop/gnome-desktop-item.h
@@ -104,7 +104,9 @@ typedef enum {
typedef enum {
/* Never launch more instances even if the app can only
* handle one file and we have passed many */
- GNOME_DESKTOP_ITEM_LAUNCH_ONLY_ONE = 1<<0
+ GNOME_DESKTOP_ITEM_LAUNCH_ONLY_ONE = 1<<0,
+ /* Use current directory instead of home directory */
+ GNOME_DESKTOP_ITEM_LAUNCH_USE_CURRENT_DIR = 1<<1
} GnomeDesktopItemLaunchFlags;
typedef enum {