]> git.0d.be Git - empathy.git/commitdiff
Set the stock-person icon for contact online/offline notification
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 27 Nov 2009 17:11:50 +0000 (17:11 +0000)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Fri, 27 Nov 2009 17:11:50 +0000 (17:11 +0000)
This one makes more sense than the info icon as notifications are obviously an
information (#590700).

src/empathy-event-manager.c

index 0992dd243e3671ea51c8b18f76e1b9690a69ac1c..86956e7f9ea29be3266bb7c88c6ccbfdd75cd76e 100644 (file)
@@ -944,7 +944,7 @@ event_manager_presence_changed_cb (EmpathyContactMonitor *monitor,
             empathy_contact_get_name (contact));
 
           event_manager_add (manager, contact, EMPATHY_EVENT_TYPE_PRESENCE,
-              GTK_STOCK_DIALOG_INFO, header, NULL, NULL, NULL, NULL);
+              "stock_person", header, NULL, NULL, NULL, NULL);
         }
     }
   else
@@ -960,7 +960,7 @@ event_manager_presence_changed_cb (EmpathyContactMonitor *monitor,
             empathy_contact_get_name (contact));
 
           event_manager_add (manager, contact, EMPATHY_EVENT_TYPE_PRESENCE,
-              GTK_STOCK_DIALOG_INFO, header, NULL, NULL, NULL, NULL);
+              "stock_person", header, NULL, NULL, NULL, NULL);
         }
     }
   g_free (header);