[nautilus] toolbar: remove unneeded instruction
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] toolbar: remove unneeded instruction
- Date: Mon, 26 Jan 2015 11:19:54 +0000 (UTC)
commit e8fc17f075e80230a6717392affc57bec25c6e6c
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sun Jan 25 15:24:19 2015 +0000
toolbar: remove unneeded instruction
src/nautilus-toolbar.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-toolbar.c b/src/nautilus-toolbar.c
index 789f196..2e134c0 100644
--- a/src/nautilus-toolbar.c
+++ b/src/nautilus-toolbar.c
@@ -580,8 +580,6 @@ nautilus_toolbar_reset_menus (NautilusToolbar *self)
GActionGroup *view_action_group;
GtkBuilder *builder;
- gtk_menu_button_set_menu_model (GTK_MENU_BUTTON (self->priv->action_button), NULL);
-
builder = gtk_builder_new_from_resource ("/org/gnome/nautilus/nautilus-toolbar-action-menu.xml");
self->priv->action_menu = G_MENU (gtk_builder_get_object (builder, "action-menu"));
gtk_menu_button_set_menu_model (GTK_MENU_BUTTON (self->priv->action_button),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]