filebrowser-plugin: Convert most icons to symbolic icons

This commit is contained in:
JosephMcc
2016-10-06 13:24:36 -07:00
parent a187bb016d
commit cadb9c72c6
2 changed files with 12 additions and 13 deletions

View File

@@ -404,7 +404,7 @@ on_selection_changed_cb (GtkTreeSelection *selection,
static GtkActionEntry extra_actions[] =
{
{"SetActiveRoot", GTK_STOCK_JUMP_TO, N_("_Set root to active document"),
{"SetActiveRoot", "go-jump-symbolic", N_("_Set root to active document"),
NULL,
N_("Set the root to the active document location"),
G_CALLBACK (on_action_set_active_root)}