aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-09-02 19:43:29 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-09-02 22:08:09 +0800
commit2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1 (patch)
tree6f8331838c6d470b4bf652ab0412785567c147ae
parentbc0ec088a254f7432a299ee0b1d4b634d771140e (diff)
downloadgsoc2013-empathy-2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1.tar
gsoc2013-empathy-2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1.tar.gz
gsoc2013-empathy-2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1.tar.bz2
gsoc2013-empathy-2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1.tar.lz
gsoc2013-empathy-2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1.tar.xz
gsoc2013-empathy-2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1.tar.zst
gsoc2013-empathy-2ab17b3039eef2c93d6fce4c5bee5f452fa8e8c1.zip
Use format-justify-fill everywhere
https://bugzilla.gnome.org/show_bug.cgi?id=657843
-rw-r--r--libempathy-gtk/empathy-log-window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 816013b73..5ea872e14 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -1213,7 +1213,7 @@ get_parent_iter_for_message (TplEvent *event,
COL_EVENTS_TS, tpl_event_get_timestamp (event),
COL_EVENTS_PRETTY_DATE, pretty_date,
COL_EVENTS_TEXT, body,
- COL_EVENTS_ICON, "stock_text_justify",
+ COL_EVENTS_ICON, "format-justify-fill",
COL_EVENTS_ACCOUNT, tpl_event_get_account (event),
COL_EVENTS_TARGET, event_get_target (event),
COL_EVENTS_EVENT, event,
@@ -2956,7 +2956,7 @@ log_window_what_setup (EmpathyLogWindow *self)
struct event events [] = {
{ TPL_EVENT_MASK_ANY, 0, NULL, _("Anything") },
{ WHAT_TYPE_SEPARATOR, 0, NULL, "separator" },
- { TPL_EVENT_MASK_TEXT, 0, "stock_text_justify", _("Text chats") },
+ { TPL_EVENT_MASK_TEXT, 0, "format-justify-fill", _("Text chats") },
#ifdef HAVE_CALL_LOGS
{ TPL_EVENT_MASK_CALL, EVENT_CALL_ALL, EMPATHY_IMAGE_CALL, _("Calls") },
#endif