diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-08 03:14:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-08 03:14:24 +0800 |
commit | c775ec2ea7c91113459623af4f1dc0e4d4a0f051 (patch) | |
tree | 75a471f06155b03da2e323e214c45c2921b8a634 /www/gnome-user-share/files | |
parent | 16ea8d2c772c7a3b7ffe9e40864b399052f3fc49 (diff) | |
download | marcuscom-ports-c775ec2ea7c91113459623af4f1dc0e4d4a0f051.tar marcuscom-ports-c775ec2ea7c91113459623af4f1dc0e4d4a0f051.tar.gz marcuscom-ports-c775ec2ea7c91113459623af4f1dc0e4d4a0f051.tar.bz2 marcuscom-ports-c775ec2ea7c91113459623af4f1dc0e4d4a0f051.tar.lz marcuscom-ports-c775ec2ea7c91113459623af4f1dc0e4d4a0f051.tar.xz marcuscom-ports-c775ec2ea7c91113459623af4f1dc0e4d4a0f051.tar.zst marcuscom-ports-c775ec2ea7c91113459623af4f1dc0e4d4a0f051.zip |
Fix with new libnotify.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15401 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gnome-user-share/files')
-rw-r--r-- | www/gnome-user-share/files/patch-src_obexpush.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/www/gnome-user-share/files/patch-src_obexpush.c b/www/gnome-user-share/files/patch-src_obexpush.c new file mode 100644 index 000000000..7b71c8d8e --- /dev/null +++ b/www/gnome-user-share/files/patch-src_obexpush.c @@ -0,0 +1,15 @@ +--- src/obexpush.c.orig 2011-03-07 20:11:04.000000000 +0100 ++++ src/obexpush.c 2011-03-07 20:11:34.000000000 +0100 +@@ -139,10 +139,9 @@ + /* Translators: %s is the name of the filename received */ + notification_text = g_strdup_printf(_("You received \"%s\" via Bluetooth"), display); + g_free (display); +- notification = notify_notification_new_with_status_icon (_("You received a file"), ++ notification = notify_notification_new (_("You received a file"), + notification_text, +- "dialog-information", +- GTK_STATUS_ICON (statusicon)); ++ "dialog-information"); + + notify_notification_set_timeout (notification, NOTIFY_EXPIRES_DEFAULT); + |