[gnome-documents] notification: use the app-notification style class
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] notification: use the app-notification style class
- Date: Thu, 16 Aug 2012 21:35:15 +0000 (UTC)
commit d4023a3bb8f12019d9238aaa5daba959f17c8b8a
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Thu Aug 16 23:34:01 2012 +0200
notification: use the app-notification style class
As used in gnome-themes-standard master.
src/lib/gd-notification.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/lib/gd-notification.c b/src/lib/gd-notification.c
index 0c03e15..31d96d5 100644
--- a/src/lib/gd-notification.c
+++ b/src/lib/gd-notification.c
@@ -111,7 +111,7 @@ gd_notification_init (GdNotification *notification)
GdNotificationPrivate *priv;
context = gtk_widget_get_style_context (GTK_WIDGET (notification));
- gtk_style_context_add_class (context, "documents-notification");
+ gtk_style_context_add_class (context, "app-notification");
gtk_widget_set_halign (GTK_WIDGET (notification), GTK_ALIGN_CENTER);
gtk_widget_set_valign (GTK_WIDGET (notification), GTK_ALIGN_START);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]