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

commit 698e2af7e376694c289e1d73800a11742eef9410
Author: Jannis Pohlmann <jan...@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;
 
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to