[empathy] use smaller account icons for error message
- From: Felix Kaser <kaserf src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] use smaller account icons for error message
- Date: Tue, 10 Nov 2009 15:00:07 +0000 (UTC)
commit a8a0b7d81176d5d151149df7be45b168a00b3fd5
Author: Felix Kaser <f kaser gmx net>
Date: Fri Oct 30 10:18:23 2009 +0100
use smaller account icons for error message
src/empathy-main-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 8640dee..b838686 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -383,7 +383,7 @@ main_window_error_display (EmpathyMainWindow *window,
gtk_widget_show (info_bar);
icon_name = empathy_account_get_icon_name (account);
- image = gtk_image_new_from_icon_name (icon_name, GTK_ICON_SIZE_DIALOG);
+ image = gtk_image_new_from_icon_name (icon_name, GTK_ICON_SIZE_SMALL_TOOLBAR);
gtk_widget_show (image);
str = g_markup_printf_escaped ("<b>%s</b> - %s",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]