summaryrefslogtreecommitdiff
path: root/src/nautilus-trash-bar.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-21 12:48:44 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-05-21 12:49:46 -0400
commitcb75afacbe9c58cb35346d463a0f29e7613530d3 (patch)
tree7d875a4eaf3fb03988a8bf1505b3ff5a8a3b7000 /src/nautilus-trash-bar.c
parentdee690dd8c31c07af2bbf191c4cd034de2335bd9 (diff)
downloadnautilus-cb75afacbe9c58cb35346d463a0f29e7613530d3.tar.gz
cluebars: use GTK_MESSAGE_QUESTION for nautilus' cluebars
This removes the need of a separate style for them in the theme.
Diffstat (limited to 'src/nautilus-trash-bar.c')
-rw-r--r--src/nautilus-trash-bar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nautilus-trash-bar.c b/src/nautilus-trash-bar.c
index d74264ed0..6f9cd3689 100644
--- a/src/nautilus-trash-bar.c
+++ b/src/nautilus-trash-bar.c
@@ -223,5 +223,6 @@ nautilus_trash_bar_new (NautilusView *view)
{
return g_object_new (NAUTILUS_TYPE_TRASH_BAR,
"view", view,
+ "message-type", GTK_MESSAGE_QUESTION,
NULL);
}