=== modified file 'applets/maintained/notification-area/notification-area.vala' --- applets/maintained/notification-area/notification-area.vala 2010-08-21 19:11:43 +0000 +++ applets/maintained/notification-area/notification-area.vala 2011-05-29 08:56:24 +0000 @@ -25,7 +25,8 @@ // our local "libraries" using EggTray; -using NotificationAreaPrefs; +// NotificationAreaPrefs is a class in na-prefs.vala, not a namespace +//using NotificationAreaPrefs; static bool gpm_workaround_done = false;