Ticket #162: notify_fix.patch

Line 
1 diff -up notification-daemon/src/themes/standard/theme.c.fix notification-daemon/src/themes/standard/theme.c
2 --- notification-daemon/src/themes/standard/theme.c.fix 2008-03-21 17:17:37.000000000 +0100
3 +++ notification-daemon/src/themes/standard/theme.c 2008-03-21 17:18:11.000000000 +0100
4 @@ -812,7 +812,7 @@ set_notification_text(GtkWindow *nw, con
5     update_content_hbox_visibility(windata);
6  
7     gtk_widget_set_size_request(
8 -       ((body != NULL && *body == '\0')
9 +       ((body != NULL && *body != '\0')
10          ? windata->body_label : windata->summary_label),
11         WIDTH - (IMAGE_SIZE + IMAGE_PADDING) - 10,
12         -1);