Comment 4 for bug 45632

Revision history for this message
Michael Vogt (mvo) wrote :

I would like to upload a fix for this.

A debdiff is here http://people.ubuntu.com/~mvo/notification-daemon_0.3.4-0ubuntu8.debdiff:

The changes:
- undo the damage that cdbs-edit-patch did on me (merge 01_ubuntu_theme.diff.patch back into 01_ubuntu_theme.diff)
- make sure we always have a minimum width (as in the original theme)
  ++ gtk_widget_set_size_request(windata->content_hbox,
  ++ WIDTH - (IMAGE_SIZE + IMAGE_PADDING) - 10,
  ++ -1);
- 04_from_upstream_cvs_no_crop.diff: taken from upstream version 0.3.5, it ensures that the bubble always has a minimum height by changing the execution order of "set_notification_arrow()" to be run after a icon was set