From c2a6b1d23472fb9bda5cf24c692208d4ebcd9f96 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Fri, 03 Nov 2017 15:27:03 -0400 Subject: MqMainMenu: Make profile button insensitive --- (limited to 'src/toolbars') diff --git a/src/toolbars/navigation/main-menu.c b/src/toolbars/navigation/main-menu.c index bb20280..93e045e 100644 --- a/src/toolbars/navigation/main-menu.c +++ b/src/toolbars/navigation/main-menu.c @@ -363,6 +363,7 @@ create_profile_buttons(MqMainMenu *main_menu) gtk_button_set_image(GTK_BUTTON(profile_button), gtk_image_new_from_pixbuf( mq_profile_icon_new_pixbuf("#0000ff"))); + gtk_widget_set_sensitive(profile_button, FALSE); /* ID, ICON, LABEL, TOOLTIP */ NEW_BUTTON(preferences, "preferences-desktop", NULL, "Preferences"); -- cgit v0.9.1