Guest User

Untitled

a guest
Dec 10th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if (Environment.OSVersion.Platform == PlatformID.Unix) {
  2. try {
  3. notif_area = new X11NotificationAreaBox ();
  4. } catch {
  5. }
  6. }
  7. if (notif_area == null) {
  8. notif_area = new GtkNotificationAreaBox (elements_service.PrimaryWindow);
  9. }
Add Comment
Please, Sign In to add comment