xed-window: Use a better icon for the documents panel tab
This commit is contained in:
@@ -3177,8 +3177,7 @@ create_side_panel (XedWindow *window)
|
|||||||
g_signal_connect_after (window->priv->side_panel, "hide", G_CALLBACK (side_panel_visibility_changed), window);
|
g_signal_connect_after (window->priv->side_panel, "hide", G_CALLBACK (side_panel_visibility_changed), window);
|
||||||
|
|
||||||
documents_panel = xed_documents_panel_new (window);
|
documents_panel = xed_documents_panel_new (window);
|
||||||
xed_panel_add_item (XED_PANEL (window->priv->side_panel), documents_panel, _("Documents"),
|
xed_panel_add_item (XED_PANEL (window->priv->side_panel), documents_panel, _("Documents"), "text-x-generic");
|
||||||
GTK_STOCK_FILE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user