[nautilus] cluebars: use GTK_MESSAGE_QUESTION for nautilus' cluebars
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] cluebars: use GTK_MESSAGE_QUESTION for nautilus' cluebars
- Date: Mon, 21 May 2012 16:49:58 +0000 (UTC)
commit cb75afacbe9c58cb35346d463a0f29e7613530d3
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon May 21 12:48:44 2012 -0400
cluebars: use GTK_MESSAGE_QUESTION for nautilus' cluebars
This removes the need of a separate style for them in the theme.
src/nautilus-trash-bar.c | 1 +
src/nautilus-x-content-bar.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/nautilus-trash-bar.c b/src/nautilus-trash-bar.c
index d74264e..6f9cd36 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);
}
diff --git a/src/nautilus-x-content-bar.c b/src/nautilus-x-content-bar.c
index bc31ed0..290b31c 100644
--- a/src/nautilus-x-content-bar.c
+++ b/src/nautilus-x-content-bar.c
@@ -281,6 +281,7 @@ nautilus_x_content_bar_new (GMount *mount,
const char *x_content_type)
{
return g_object_new (NAUTILUS_TYPE_X_CONTENT_BAR,
+ "message-type", GTK_MESSAGE_QUESTION,
"mount", mount,
"x-content-type", x_content_type,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]