graveman-cvs
[Top][All Lists]
Advanced

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

[Graveman-cvs] Changes to graveman/current/include/graveman.h


From: sylvain cresto
Subject: [Graveman-cvs] Changes to graveman/current/include/graveman.h
Date: Tue, 19 Apr 2005 21:00:33 -0400

Index: graveman/current/include/graveman.h
diff -u graveman/current/include/graveman.h:1.16 
graveman/current/include/graveman.h:1.17
--- graveman/current/include/graveman.h:1.16    Tue Apr 12 23:12:52 2005
+++ graveman/current/include/graveman.h Wed Apr 20 01:00:31 2005
@@ -101,7 +101,8 @@
 #define UPDATE_SIZE     8
 #define UPDATE_SAVEONEXIT_VALUE 16
 #define SEARCH_CHARSETS 32
-#define CONF_INIT_DEFAULT    64
+#define SEARCH_THEMES   64
+#define CONF_INIT_DEFAULT    128
 
 #define MENU_NEW        1
 #define MENU_UPDATE     2
@@ -167,9 +168,9 @@
 #define DRIVE_BURN_FREE(drive) (drive && (drive->type & _BURN_FREE))
 
  #define DRIVE_CDRW_WRITER(drive) (drive && (drive->type & _WRITE_CDRW))
-#define DRIVE_ICONE(drive)  (drive->type & _WRITE_DVD ? GDVDRWpetiteIcone : \
-                            (drive->type & _WRITE_CDR ? GCDRWpetiteIcone : \
-                            (drive->type & _READ_DVD ? GDVDpetiteIcone : 
GCDpetiteIcone)))
+#define DRIVE_ICONE(drive)  (drive->type & _WRITE_DVD ? 
get_image("DVDRWsmallIcon") : \
+                            (drive->type & _WRITE_CDR ? 
get_image("CDRWsmallIcon") : \
+                            (drive->type & _READ_DVD ? 
get_image("DVDsmallIcon") : get_image("CDsmallIcon"))))
 
 #define DRIVE_DEV(drive) ((gchar *)g_slist_nth_data(drive->dev, 
drive->actuperiph))
   




reply via email to

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