diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:39:19 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:39:19 +0000 |
commit | fe61bf1eb4f2758636a3c065686a833eb412df25 (patch) | |
tree | 1474457ea487adcafec2ab29e99ab61897a3e479 /deskutils/rubrica/files | |
parent | Add instructions for the libnotify and libproxy shlib bumps. (diff) |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
Diffstat (limited to 'deskutils/rubrica/files')
-rw-r--r-- | deskutils/rubrica/files/patch-src_app.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/rubrica/files/patch-src_app.c b/deskutils/rubrica/files/patch-src_app.c new file mode 100644 index 000000000000..f40a1a0c509f --- /dev/null +++ b/deskutils/rubrica/files/patch-src_app.c @@ -0,0 +1,12 @@ +--- src/app.c.orig 2011-08-12 15:55:03.000000000 +0200 ++++ src/app.c 2011-08-12 15:55:26.000000000 +0200 +@@ -1269,8 +1269,7 @@ rubrica_app_init(RubricaApp* self) + self->priv->cutted = NULL; + self->priv->notify = notify_notification_new("Rubrica Addressbook", + NULL, +- "info", +- NULL); ++ "info"); + self->priv->show_card = TRUE; + + g_object_set(self->priv->notebook, "homogeneous", FALSE, NULL); |