graveman-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Graveman-cvs] Changes to graveman/current/src/matos.c


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/src/matos.c
Date: Tue, 12 Apr 2005 19:13:02 -0400

Index: graveman/current/src/matos.c
diff -u graveman/current/src/matos.c:1.28 graveman/current/src/matos.c:1.29
--- graveman/current/src/matos.c:1.28   Mon Apr  4 01:37:42 2005
+++ graveman/current/src/matos.c        Tue Apr 12 23:12:52 2005
@@ -553,7 +553,7 @@
     g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVDRW"));
   } else if (Atypecd & _MEDIA_DVDRew) {
     g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVDR/RW"));
-  } else if (Atypecd & _MEDIA_DVDR) {
+  } else if ((Atypecd & _MEDIA_DVDRP) || (Atypecd & _MEDIA_DVDRM)) {
     g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVDR"));
   } else if (Atypecd & _MEDIA_DVD) {
     g_snprintf(Lcd, sizeof(Lcd)-1, _("a DVD"));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]