diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 18:43:50 +0800 |
commit | 71dfde0760b13ea318c656ddead128dbe634597d (patch) | |
tree | 604a8dbb563a5add31be347304c3eef5aa78e2a5 /graphics/shotwell/files/patch-src__main.vala | |
parent | af8341069438e68bbabd2ab98ad25e0876c4d400 (diff) | |
download | marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.gz marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.tar.zst marcuscom-ports-71dfde0760b13ea318c656ddead128dbe634597d.zip |
Clean up after libproxy,libnotify,poppler*,webkit-gtk2 and glib+gtk updates.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16129 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/shotwell/files/patch-src__main.vala')
-rw-r--r-- | graphics/shotwell/files/patch-src__main.vala | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/shotwell/files/patch-src__main.vala b/graphics/shotwell/files/patch-src__main.vala deleted file mode 100644 index 099b9e726..000000000 --- a/graphics/shotwell/files/patch-src__main.vala +++ /dev/null @@ -1,14 +0,0 @@ ---- src/main.vala.orig 2010-09-07 10:48:53.000000000 -0300 -+++ src/main.vala 2010-09-07 10:49:28.000000000 -0300 -@@ -16,9 +16,11 @@ - Unique.Response response = Unique.Response.OK; - - switch (command) { -+#if !NO_CAMERA - case ShotwellCommand.MOUNTED_CAMERA: - LibraryWindow.get_app().mounted_camera_shell_notification(data.get_text(), false); - break; -+#endif - - case Unique.Command.ACTIVATE: - LibraryWindow.get_app().present_with_time(timestamp); |