summaryrefslogtreecommitdiffstats
path: root/x11-fm/nemo/files/patch-src_nemo-list-view.c
blob: 40fac57d5f12a6626c92880f9165d660c35fea0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/nemo-list-view.orig.c   2013-03-02 09:13:21.519569837 +0100
+++ src/nemo-list-view.c    2013-03-02 09:13:41.166572327 +0100
@@ -2846,7 +2846,7 @@
 static NemoZoomLevel
 nemo_list_view_get_default_zoom_level (NemoView *view)
 {
-    g_return_if_fail (NEMO_IS_LIST_VIEW (view));
+    g_return_val_if_fail (NEMO_IS_LIST_VIEW (view), NEMO_ZOOM_LEVEL_STANDARD);
 
     return get_default_zoom_level();
 }
y-ng?h=gnome-3.24'>logtreecommitdiffstats
path: root/net-mgmt/ocsinventory-ng
Commit message (Expand)AuthorAgeFilesLines
* - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is definedohauer2011-08-211-1/+2
* - Update to 2.0.araujo2011-07-203-203/+724
* - Update to 1.3.3.araujo2011-03-012-5/+3
* Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,mm2010-09-211-3/+8
* - Add missing directories to fix the installation issue.araujo2010-09-082-1/+19
* - Update to 1.3.2.araujo2010-08-273-25/+11
* Remove wrong hard-coded dependencies to MySQL 5.0.ale2010-06-181-1/+1
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+1
* - Update to 1.02.1araujo2009-06-092-4/+4
* - Update to 1.02.araujo2009-05-043-36/+131
* - Roll back for the last revision, when you try to use USE_APACHE=2.0araujo2008-11-081-3/+3
* - We can use Apache 2.0 and mod_perl2 without problems.araujo2008-11-061-3/+3
* - I forgot some line comments in last commit.araujo2008-06-211-15/+15
* - Use %%PORTDOCS%% correct.araujo2008-06-212-16/+17