diff -u notification-daemon-0.3.4/debian/changelog notification-daemon-0.3.4/debian/changelog --- notification-daemon-0.3.4/debian/changelog +++ notification-daemon-0.3.4/debian/changelog @@ -1,3 +1,11 @@ +notification-daemon (0.3.4-0ubuntu9) dapper; urgency=low + + * debian/patches/01_ubuntu_theme.diff: + - set the minimum width for the labels not the content_hbox + (ubuntu #45656) + + -- Michael Vogt Mon, 29 May 2006 10:01:23 +0200 + notification-daemon (0.3.4-0ubuntu8) dapper; urgency=low * debian/patches/01_ubuntu_theme.diff: only in patch2: unchanged: --- notification-daemon-0.3.4.orig/debian/patches/01_ubuntu_theme.diff.patch +++ notification-daemon-0.3.4/debian/patches/01_ubuntu_theme.diff.patch @@ -0,0 +1,13 @@ +diff -Nur notification-daemon-0.3.4/themes/ubuntu/theme.c notification-daemon-0.3.4.new/themes/ubuntu/theme.c +--- notification-daemon-0.3.4/themes/ubuntu/theme.c 2006-05-29 10:00:35.000000000 +0200 ++++ notification-daemon-0.3.4.new/themes/ubuntu/theme.c 2006-05-29 10:00:48.000000000 +0200 +@@ -465,7 +465,8 @@ + + update_content_hbox_visibility(windata); + +- gtk_widget_set_size_request(windata->content_hbox, ++ gtk_widget_set_size_request(((body != NULL && *body == '\0') ? ++ windata->body_label : windata->summary_label), + WIDTH - (IMAGE_SIZE + IMAGE_PADDING) - 10, + -1); + }