[empathy] Use call-{start,stop} icons in the incoming call dialog



commit 64e877879a95dda07645726acb0b4881e3280093
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Nov 3 12:40:03 2009 +0000

    Use call-{start,stop} icons in the incoming call dialog

 src/empathy-event-manager.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-event-manager.c b/src/empathy-event-manager.c
index f3eb299..c108020 100644
--- a/src/empathy-event-manager.c
+++ b/src/empathy-event-manager.c
@@ -338,14 +338,14 @@ event_channel_process_voip_func (EventPriv *event)
 
   button = gtk_dialog_add_button (GTK_DIALOG (dialog),
       _("_Reject"), GTK_RESPONSE_REJECT);
-  image = gtk_image_new_from_icon_name (GTK_STOCK_CANCEL,
+  image = gtk_image_new_from_icon_name ("call-stop",
     GTK_ICON_SIZE_BUTTON);
   gtk_button_set_image (GTK_BUTTON (button), image);
 
   button = gtk_dialog_add_button (GTK_DIALOG (dialog),
       _("_Answer"), GTK_RESPONSE_ACCEPT);
 
-  image = gtk_image_new_from_icon_name (GTK_STOCK_APPLY, GTK_ICON_SIZE_BUTTON);
+  image = gtk_image_new_from_icon_name ("call-start", GTK_ICON_SIZE_BUTTON);
   gtk_button_set_image (GTK_BUTTON (button), image);
 
   g_signal_connect (dialog, "response",



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