cluebars: use GTK_MESSAGE_QUESTION for nautilus' cluebars

This removes the need of a separate style for them in the theme.
This commit is contained in:
Cosimo Cecchi 2012-05-21 12:48:44 -04:00
parent dee690dd8c
commit cb75afacbe
2 changed files with 2 additions and 0 deletions

View file

@ -223,5 +223,6 @@ nautilus_trash_bar_new (NautilusView *view)
{ {
return g_object_new (NAUTILUS_TYPE_TRASH_BAR, return g_object_new (NAUTILUS_TYPE_TRASH_BAR,
"view", view, "view", view,
"message-type", GTK_MESSAGE_QUESTION,
NULL); NULL);
} }

View file

@ -281,6 +281,7 @@ nautilus_x_content_bar_new (GMount *mount,
const char *x_content_type) const char *x_content_type)
{ {
return g_object_new (NAUTILUS_TYPE_X_CONTENT_BAR, return g_object_new (NAUTILUS_TYPE_X_CONTENT_BAR,
"message-type", GTK_MESSAGE_QUESTION,
"mount", mount, "mount", mount,
"x-content-type", x_content_type, "x-content-type", x_content_type,
NULL); NULL);