[ekiga] Screenshots: Updated with new camera icon.



commit ba01e04c9845531271d3b8f50a68ecb540ec1e26
Author: Damien Sandras <dsandras beip be>
Date:   Wed Oct 31 19:15:05 2012 +0100

    Screenshots: Updated with new camera icon.

 help/C/figures/call_d1.png |  Bin 168402 -> 168569 bytes
 help/C/figures/roster.png  |  Bin 22777 -> 22067 bytes
 src/gui/main_window.cpp    |    2 +-
 3 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/help/C/figures/call_d1.png b/help/C/figures/call_d1.png
index 67d0b7e..69b4e92 100644
Binary files a/help/C/figures/call_d1.png and b/help/C/figures/call_d1.png differ
diff --git a/help/C/figures/roster.png b/help/C/figures/roster.png
index fc37118..2127f47 100644
Binary files a/help/C/figures/roster.png and b/help/C/figures/roster.png differ
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index b11ce62..a280fad 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -1193,7 +1193,7 @@ ekiga_main_window_init_actions_toolbar (EkigaMainWindow *mw)
   gtk_toolbar_set_show_arrow (GTK_TOOLBAR (mw->priv->actions_toolbar), FALSE);
 
   /* The video preview button */
-  image = gtk_image_new_from_icon_name ("camera-video", GTK_ICON_SIZE_MENU);
+  image = gtk_image_new_from_icon_name ("camera-web", GTK_ICON_SIZE_MENU);
   mw->priv->preview_button = GTK_WIDGET (gtk_toggle_tool_button_new ());
   gtk_tool_button_set_icon_widget (GTK_TOOL_BUTTON (mw->priv->preview_button), image);
   gtk_tool_item_set_expand (GTK_TOOL_ITEM (mw->priv->preview_button), false);



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