Use the new support for RTL icons in GtkIconTheme

https://bugzilla.gnome.org/show_bug.cgi?id=730526
This commit is contained in:
Yosef Or Boczko 2014-05-21 17:45:38 +03:00
parent 6b26410d38
commit c543a14c5b

View File

@ -196,10 +196,7 @@ gtk_search_entry_changed (GtkEditable *editable)
}
else
{
if (gtk_widget_get_direction (GTK_WIDGET (entry)) == GTK_TEXT_DIR_RTL)
icon_name = "edit-clear-rtl-symbolic";
else
icon_name = "edit-clear-symbolic";
icon_name = "edit-clear-symbolic";
cleared = FALSE;
}