diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-10 06:38:54 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-10 06:38:54 +0800 |
commit | b27260bec4dec433d91f86459586a4c5e8c45e5a (patch) | |
tree | 52412a380d2a3bc3dc456ac020d2ea5dfd3925c5 /x11-fm/nemo/files/patch-src_nemo-view.c | |
parent | fa32e601e6ae5eacda9dbdb05ce809f98be6af21 (diff) | |
download | marcuscom-ports-b27260bec4dec433d91f86459586a4c5e8c45e5a.tar.gz marcuscom-ports-b27260bec4dec433d91f86459586a4c5e8c45e5a.tar.zst marcuscom-ports-b27260bec4dec433d91f86459586a4c5e8c45e5a.zip |
Various upgrades and fixes for cinnamon:
- Upgrade cinnamon, cinnamon-control-center, nemo and mutter [1].
- Add staging support
- While here change lib_depends to the new style
- Add some USES+=pkgconfig missing
- Sort USE_GNOME
- Update the pkg-plist for all the ports changed
- Fix the COMMENT knobs
- Fix the nemo patches. Remove patch-autogen.sh
- Remove patch-panels_common_cc-common-language.c and add patch-panels_user-accounts_um-utils.c for c-c-c
Reviewed by: kwm
[1] 1.8.8.1, 1.8.2, 1.8.5 and 3.6.2
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18785 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nemo/files/patch-src_nemo-view.c')
-rw-r--r-- | x11-fm/nemo/files/patch-src_nemo-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/nemo/files/patch-src_nemo-view.c b/x11-fm/nemo/files/patch-src_nemo-view.c index 41b53e6dc..b50b32d24 100644 --- a/x11-fm/nemo/files/patch-src_nemo-view.c +++ b/x11-fm/nemo/files/patch-src_nemo-view.c @@ -5,7 +5,7 @@ nemo_view_get_default_zoom_level (NemoView *view) { - g_return_if_fail (NEMO_IS_VIEW (view)); -+ g_return_val_if_fail (NEMO_IS_VIEW (view), NULL); ++ g_return_val_if_fail (NEMO_IS_VIEW (view), NEMO_ZOOM_LEVEL_STANDARD); if (!nemo_view_supports_zooming (view)) { return -1; |