rpms/notification-daemon-engine-nodoka/devel notification-daemon-engine-nodoka-window-type.patch, NONE, 1.1 notification-daemon-engine-nodoka.spec, 1.10, 1.11

Matthias Clasen mclasen at fedoraproject.org
Fri Sep 18 22:08:44 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/notification-daemon-engine-nodoka/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17963

Modified Files:
	notification-daemon-engine-nodoka.spec 
Added Files:
	notification-daemon-engine-nodoka-window-type.patch 
Log Message:
set proper window type on the bubbles


notification-daemon-engine-nodoka-window-type.patch:
 nodoka-theme.c |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE notification-daemon-engine-nodoka-window-type.patch ---
diff -up notification-daemon-engine-nodoka-0.1.0/src/nodoka-theme.c.window-type notification-daemon-engine-nodoka-0.1.0/src/nodoka-theme.c
--- notification-daemon-engine-nodoka-0.1.0/src/nodoka-theme.c.window-type	2009-09-18 17:43:08.399713271 -0400
+++ notification-daemon-engine-nodoka-0.1.0/src/nodoka-theme.c	2009-09-18 17:45:47.364444776 -0400
@@ -705,6 +705,9 @@ create_notification(UrlClickedCb url_cli
 	}
 
 	gtk_window_set_title(GTK_WINDOW(win), "Notification");
+	gtk_window_set_type_hint(GTK_WINDOW(win),
+				 GDK_WINDOW_TYPE_HINT_NOTIFICATION);
+
 	gtk_widget_add_events(win, GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK);
 	gtk_widget_realize(win);
 //	gtk_widget_set_size_request(win, WIDTH, -1);


Index: notification-daemon-engine-nodoka.spec
===================================================================
RCS file: /cvs/pkgs/rpms/notification-daemon-engine-nodoka/devel/notification-daemon-engine-nodoka.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- notification-daemon-engine-nodoka.spec	25 Jul 2009 19:30:15 -0000	1.10
+++ notification-daemon-engine-nodoka.spec	18 Sep 2009 22:08:44 -0000	1.11
@@ -1,9 +1,9 @@
 Name:           notification-daemon-engine-nodoka
 Version:        0.1.0
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        The Nodoka theme engine for the notification daemon
 
-Group:          System Environment/Libraries 
+Group:          System Environment/Libraries
 License:        GPLv3+
 URL:            https://nodoka.fedorahosted.org/
 Source0:        https://fedorahosted.org/releases/n/o/nodoka/notification-daemon-engine-nodoka-%{version}.tar.gz
@@ -13,6 +13,7 @@ Patch2:         notification-daemon-engi
 Patch3:         notification-daemon-engine-nodoka-base-color.patch
 # drop libsexy dep
 Patch4:		sexy.patch
+Patch5:		notification-daemon-engine-nodoka-window-type.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.17.1
@@ -31,6 +32,7 @@ The Nodoka theme engine for the notifica
 %patch2 -p1 -b .rtl
 %patch3 -p1 -b .base-color
 %patch4 -p1 -b .sexy
+%patch5 -p1 -b .window-type
 
 autoreconf -i -f
 
@@ -57,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/notification-daemon-1.0/engines/libnodoka.so
 
 %changelog
+* Fri Sep 18 2009 Matthias Clasen <mclasen at redhat.com> - 0.1.0-11
+- Set the proper type hint on notification bubbles (bgo#595062)
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list