[Xfce4-commits] <thunar:jannis/port-to-udev> Listen to udev events for the "usb" subsystem.

Jannis Pohlmann noreply at xfce.org
Sat Jul 24 21:44:01 CEST 2010


Updating branch refs/heads/jannis/port-to-udev
         to 92727d821bef10ed0a9ef1a8be61a710492d8f44 (commit)
       from e5524208d0e0a0f9fa27d463ed13ae5e97db347c (commit)

commit 92727d821bef10ed0a9ef1a8be61a710492d8f44
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sat Jul 24 21:42:40 2010 +0200

    Listen to udev events for the "usb" subsystem.

 thunar/thunar-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-application.c b/thunar/thunar-application.c
index 0b2e8d6..5ab302a 100644
--- a/thunar/thunar-application.c
+++ b/thunar/thunar-application.c
@@ -195,7 +195,7 @@ static void
 thunar_application_init (ThunarApplication *application)
 {
 #ifdef HAVE_GUDEV
-  static const gchar *subsystems[] = { "block", "input", NULL };
+  static const gchar *subsystems[] = { "block", "input", "usb", NULL };
 #endif
   gchar              *path;
 



More information about the Xfce4-commits mailing list