diff options
| author | Peter Penz <[email protected]> | 2011-04-12 20:01:31 +0200 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-04-12 20:08:08 +0200 |
| commit | de077f8477c0b7077ed9239be8741fcb67658ffa (patch) | |
| tree | 2057f6b2e6aa34d20b997cebb7a60ce6a0dff334 /src/org.kde.dolphin.Application.xml | |
| parent | a19e78d75b0bc451685d2248be0ec474b3c18966 (diff) | |
Let each DolphinMainWindow run in a custom process
A possible crash in one Dolphin window should not result in crashing
other Dolphin windows. Beside this it also prevents issues with
modal dialogs or notifications.
BUG: 269950
BUG: 206053
BUG: 196034
FIXED-IN: 4.7.0
Diffstat (limited to 'src/org.kde.dolphin.Application.xml')
| -rw-r--r-- | src/org.kde.dolphin.Application.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/org.kde.dolphin.Application.xml b/src/org.kde.dolphin.Application.xml deleted file mode 100644 index 2b8c5316a..000000000 --- a/src/org.kde.dolphin.Application.xml +++ /dev/null @@ -1,9 +0,0 @@ -<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> -<node> - <interface name="org.kde.dolphin.Application"> - <method name="openWindow"> - <arg type="i" direction="out"/> - <arg name="url" type="s" direction="in"/> - </method> - </interface> -</node> |
