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

Jannis Pohlmann noreply at xfce.org
Sun Jul 25 19:42:12 CEST 2010


Updating branch refs/heads/jannis/port-to-udev
         to 698e2af7e376694c289e1d73800a11742eef9410 (commit)
       from 5d4c994056a4775e3e13da333cd43f37e584f50f (commit)

commit 698e2af7e376694c289e1d73800a11742eef9410
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