Merge lp:~pimvullers/marlin/fix-983560 into lp:marlin/0.x

Proposed by Pim Vullers
Status: Needs review
Proposed branch: lp:~pimvullers/marlin/fix-983560
Merge into: lp:marlin/0.x
Diff against target: 555 lines (+254/-254)
7 files modified
schemas/CMakeLists.txt (+2/-2)
schemas/org.gnome.marlin.gschema.xml (+0/-235)
schemas/org.gnome.marlin.plugins.gschema.xml (+0/-11)
schemas/org.pantheon.marlin.gschema.xml (+235/-0)
schemas/org.pantheon.marlin.plugins.gschema.xml (+11/-0)
src/marlin-application.c (+5/-5)
src/tests/marlintests.c (+1/-1)
To merge this branch: bzr merge lp:~pimvullers/marlin/fix-983560
Reviewer Review Type Date Requested Status
marlin-devs Pending
Review via email: mp+106449@code.launchpad.net

Description of the change

This branch fixes bug #983560

To post a comment you must log in.
Revision history for this message
ammonkey (am-monkeyd) wrote :

marlin isn't an elementary nor a pantheon application so the namespaces are kinda incorrect. For the moment i'd prefer stay in /apps with shotwell and others, we'll advise later :)

Unmerged revisions

799. By Pim Vullers

Fixed bug #983560

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'schemas/CMakeLists.txt'
2--- schemas/CMakeLists.txt 2011-08-30 13:04:09 +0000
3+++ schemas/CMakeLists.txt 2012-05-18 18:54:18 +0000
4@@ -1,3 +1,3 @@
5 include(GSettings)
6-add_schema("org.gnome.marlin.gschema.xml")
7-add_schema("org.gnome.marlin.plugins.gschema.xml")
8+add_schema("org.pantheon.marlin.gschema.xml")
9+add_schema("org.pantheon.marlin.plugins.gschema.xml")
10
11=== removed file 'schemas/org.gnome.marlin.gschema.xml'
12--- schemas/org.gnome.marlin.gschema.xml 2012-01-19 11:03:51 +0000
13+++ schemas/org.gnome.marlin.gschema.xml 1970-01-01 00:00:00 +0000
14@@ -1,235 +0,0 @@
15-<?xml version="1.0" encoding="UTF-8"?>
16-<schemalist>
17- <enum id="viewmode">
18- <value value="0" nick="icon"/>
19- <value value="1" nick="list"/>
20- <value value="2" nick="compact"/>
21- <value value="3" nick="miller_columns"/>
22- </enum>
23- <enum id="org.gnome.marlin.ZoomLevel">
24- <value value="0" nick="smallest"/>
25- <value value="1" nick="smaller"/>
26- <value value="2" nick="small"/>
27- <value value="3" nick="normal"/>
28- <value value="4" nick="large"/>
29- <value value="5" nick="larger"/>
30- <value value="6" nick="largest"/>
31- </enum>
32- <enum id="contextviewmode">
33- <value value="0" nick="horizontal"/>
34- <value value="1" nick="vertical"/>
35- <value value="2" nick="auto"/>
36- </enum>
37- <enum id="dateformatmode">
38- <value value="0" nick="iso"/>
39- <value value="1" nick="locale"/>
40- <value value="2" nick="informal"/>
41- </enum>
42-
43- <schema path="/apps/marlin/preferences/" id="org.gnome.marlin.preferences">
44- <key type="b" name="show-menubar">
45- <default>false</default>
46- <summary>Show the menubar</summary>
47- <description>Show the menubar</description>
48- </key>
49- <key type="as" name="plugins-enabled">
50- <default>[]</default>
51- <summary>Enabled Plugins</summary>
52- <description>Enabled Plugins</description>
53- </key>
54- <key type="b" name="show-sidebar">
55- <default>true</default>
56- <summary>Show the sidebar</summary>
57- <description>Show the sidebar</description>
58- </key>
59- <key type="b" name="show-hiddenfiles">
60- <default>false</default>
61- <summary>Show hidden files</summary>
62- <description>If set to true, hidden files will also be shown (files starting with a "." for example)</description>
63- </key>
64- <key type="b" name="start-with-contextview">
65- <default>false</default>
66- <summary>Show the context view pane</summary>
67- <description>Show the context view pane</description>
68- </key>
69- <key type="b" name="rgba-colormap">
70- <default>false</default>
71- <summary>enable rgba window</summary>
72- <description>If set to true, rgba will be enabled, you'll need a gtk engine supporting rgba, like murrine. Compiz can have some problems like drawings shadows ...</description>
73- </key>
74- <key name="date-format" enum="dateformatmode">
75- <default>'iso'</default>
76- <summary>Date Format</summary>
77- <description>The format of file dates. Possible values are "locale", "iso", and "informal".</description>
78- </key>
79- <key type="b" name="single-click">
80- <default>true</default>
81- <summary>single click</summary>
82- <description>Whether items are activated by single clicks instead of dubble clicks</description>
83- </key>
84- <key type="i" name="single-click-timeout">
85- <default>0</default>
86- <range min="0" max="1000"/>
87- <summary>single click timeout</summary>
88- <description>
89- The amount of time which the item under the mouse cursor will be selected automatically in single click mode. A value of 0 disables the automatic selection.
90- </description>
91- </key>
92- <key type="b" name="dialog-property-modal">
93- <default>false</default>
94- <summary>dialog property modal</summary>
95- <description>If true the property dialog is a modal window</description>
96- </key>
97- <key type="b" name="interpret-desktop-files">
98- <default>true</default>
99- <summary>interpret desktop files</summary>
100- <description>If true the desktop files would be interpreted, a desktop file can represent an executable, a directory etc. (their filename, type and some other properties would be the target ones)</description>
101- </key>
102- <key name="contextview-orientation" enum="contextviewmode">
103- <default>'auto'</default>
104- <summary>Context View Panel orientation</summary>
105- <description>
106- Auto Context View Panel orientation means the panel would be horizontal or vertical depending on the size of your window.
107- </description>
108- </key>
109- <key name="default-viewmode" enum="viewmode">
110- <default>'icon'</default>
111- <summary>Default viewmode when browsing</summary>
112- <description>
113- The default viewmode to be used when opening a new tab or window
114- </description>
115- </key>
116- <key type="b" name="toolbar-primary-css-style">
117- <default>true</default>
118- <summary>toolbar css style</summary>
119- <description>Set the toolbar css style to primary-toolbar.</description>
120- </key>
121- <key type="as" name="toolbar-items">
122- <default>[ 'Back', 'Forward', 'LocationEntry', 'ViewSwitcher']</default>
123- <summary>List of actions present in the toolbar</summary>
124- <description>
125- List of actions present in the toolbar
126- </description>
127- </key>
128- <key type="i" name="sidebar-icon-size">
129- <default>16</default>
130- <summary>Size of the icons in the Places sidebar</summary>
131- <description>
132- If set to a null or negative value, the default GTK_ICON_SIZE_MENU would be used.
133- </description>
134- </key>
135- <key type="b" name="sidebar-cat-personal-expander">
136- <default>true</default>
137- <summary>Categorie personal expander</summary>
138- <description>Expand/Collapse categorie Personal</description>
139- </key>
140- <key type="b" name="sidebar-cat-devices-expander">
141- <default>true</default>
142- <summary>Categorie Devices expander</summary>
143- <description>Expand/Collapse categorie Devices</description>
144- </key>
145- <key type="b" name="sidebar-cat-network-expander">
146- <default>true</default>
147- <summary>Categorie Network expander</summary>
148- <description>Expand/Collapse categorie Network</description>
149- </key>
150- <key type="b" name="properties-dlg-info">
151- <default>true</default>
152- <summary>Properties Info expander</summary>
153- <description>Expand/collapse Info panel</description>
154- </key>
155- <key type="b" name="properties-dlg-permissions">
156- <default>true</default>
157- <summary>Properties Permissions expander</summary>
158- <description>Expand/collapse Permissions panel</description>
159- </key>
160- <key type="b" name="properties-dlg-preview">
161- <default>true</default>
162- <summary>Properties Preview expander</summary>
163- <description>Expand/collapse Preview panel</description>
164- </key>
165- <key type="s" name="geometry">
166- <default>''</default>
167- <summary>The geometry string for a navigation window.</summary>
168- <description>A string containing the saved geometry and coordinates string for navigation windows.</description>
169- </key>
170- <key type="b" name="maximized">
171- <default>false</default>
172- <summary>Whether the navigation window should be maximized.</summary>
173- <description>Whether the navigation window should be maximized by default.</description>
174- </key>
175- <key type="i" name="sidebar-width">
176- <default>148</default>
177- <summary>Width of the side pane</summary>
178- <description>The default width of the side pane in new windows.</description>
179- </key>
180- <key type="b" name="confirm-trash">
181- <default>true</default>
182- <summary>Confirm trash</summary>
183- <description>Confirm trash</description>
184- </key>
185- <key type="s" name="previewer-path">
186- <default>''</default>
187- <summary>Path of the previewer.</summary>
188- <description>Path of the previewer or executable name (if path already definied in PATH environnment variable). If no path is set, then the space bindkey would just activate the selected items instead of previewing them</description>
189- </key>
190- </schema>
191-
192- <schema path="/apps/marlin/icon-view/" id="org.gnome.marlin.icon-view">
193- <key name="default-zoom-level" enum="org.gnome.marlin.ZoomLevel">
194- <default>'normal'</default>
195- <summary>icon default zoom level</summary>
196- <description>Default Zoom level used by the icon view.</description>
197- </key>
198- <key name="zoom-level" enum="org.gnome.marlin.ZoomLevel">
199- <default>'normal'</default>
200- <summary>icon zoom level</summary>
201- <description>Zoom level used by the icon view.</description>
202- </key>
203- </schema>
204-
205- <schema path="/apps/marlin/list-view/" id="org.gnome.marlin.list-view">
206- <key name="default-zoom-level" enum="org.gnome.marlin.ZoomLevel">
207- <default>'smallest'</default>
208- <summary>icon default zoom level</summary>
209- <description>Default Zoom level used by the list view.</description>
210- </key>
211- <key name="zoom-level" enum="org.gnome.marlin.ZoomLevel">
212- <default>'smallest'</default>
213- <summary>icon zoom level</summary>
214- <description>Zoom level used by the list view.</description>
215- </key>
216- </schema>
217-
218- <schema path="/apps/marlin/compact-view/" id="org.gnome.marlin.compact-view">
219- <key name="default-zoom-level" enum="org.gnome.marlin.ZoomLevel">
220- <default>'smallest'</default>
221- <summary>icon default zoom level</summary>
222- <description>Default Zoom level used by the compact view.</description>
223- </key>
224- <key name="zoom-level" enum="org.gnome.marlin.ZoomLevel">
225- <default>'smallest'</default>
226- <summary>icon zoom level</summary>
227- <description>Zoom level used by the compact view.</description>
228- </key>
229- </schema>
230-
231- <schema path="/apps/marlin/column-view/" id="org.gnome.marlin.column-view">
232- <key name="default-zoom-level" enum="org.gnome.marlin.ZoomLevel">
233- <default>'smallest'</default>
234- <summary>icon default zoom level</summary>
235- <description>Default Zoom level used by the column view.</description>
236- </key>
237- <key name="zoom-level" enum="org.gnome.marlin.ZoomLevel">
238- <default>'smallest'</default>
239- <summary>icon zoom level</summary>
240- <description>Zoom level used by the column view.</description>
241- </key>
242- <key type="i" name="preferred-column-width">
243- <default>180</default>
244- <summary>prefered column width</summary>
245- <description>The column width preferred by the miller column view.</description>
246- </key>
247- </schema>
248-
249-</schemalist>
250
251=== removed file 'schemas/org.gnome.marlin.plugins.gschema.xml'
252--- schemas/org.gnome.marlin.plugins.gschema.xml 2011-08-06 10:54:51 +0000
253+++ schemas/org.gnome.marlin.plugins.gschema.xml 1970-01-01 00:00:00 +0000
254@@ -1,11 +0,0 @@
255-<?xml version="1.0" encoding="UTF-8"?>
256-<schemalist>
257- <schema path="/apps/marlin/plugins/openterminal/" id="org.gnome.marlin.plugins.openterminal">
258- <key type="s" name="default-terminal">
259- <default>'gnome-terminal --working-directory='</default>
260- <summary>Terminal</summary>
261- <description>Terminal</description>
262- </key>
263- </schema>
264-
265-</schemalist>
266
267=== added file 'schemas/org.pantheon.marlin.gschema.xml'
268--- schemas/org.pantheon.marlin.gschema.xml 1970-01-01 00:00:00 +0000
269+++ schemas/org.pantheon.marlin.gschema.xml 2012-05-18 18:54:18 +0000
270@@ -0,0 +1,235 @@
271+<?xml version="1.0" encoding="UTF-8"?>
272+<schemalist>
273+ <enum id="viewmode">
274+ <value value="0" nick="icon"/>
275+ <value value="1" nick="list"/>
276+ <value value="2" nick="compact"/>
277+ <value value="3" nick="miller_columns"/>
278+ </enum>
279+ <enum id="org.pantheon.marlin.ZoomLevel">
280+ <value value="0" nick="smallest"/>
281+ <value value="1" nick="smaller"/>
282+ <value value="2" nick="small"/>
283+ <value value="3" nick="normal"/>
284+ <value value="4" nick="large"/>
285+ <value value="5" nick="larger"/>
286+ <value value="6" nick="largest"/>
287+ </enum>
288+ <enum id="contextviewmode">
289+ <value value="0" nick="horizontal"/>
290+ <value value="1" nick="vertical"/>
291+ <value value="2" nick="auto"/>
292+ </enum>
293+ <enum id="dateformatmode">
294+ <value value="0" nick="iso"/>
295+ <value value="1" nick="locale"/>
296+ <value value="2" nick="informal"/>
297+ </enum>
298+
299+ <schema path="/org/pantheon/marlin/preferences/" id="org.pantheon.marlin.preferences">
300+ <key type="b" name="show-menubar">
301+ <default>false</default>
302+ <summary>Show the menubar</summary>
303+ <description>Show the menubar</description>
304+ </key>
305+ <key type="as" name="plugins-enabled">
306+ <default>[]</default>
307+ <summary>Enabled Plugins</summary>
308+ <description>Enabled Plugins</description>
309+ </key>
310+ <key type="b" name="show-sidebar">
311+ <default>true</default>
312+ <summary>Show the sidebar</summary>
313+ <description>Show the sidebar</description>
314+ </key>
315+ <key type="b" name="show-hiddenfiles">
316+ <default>false</default>
317+ <summary>Show hidden files</summary>
318+ <description>If set to true, hidden files will also be shown (files starting with a "." for example)</description>
319+ </key>
320+ <key type="b" name="start-with-contextview">
321+ <default>false</default>
322+ <summary>Show the context view pane</summary>
323+ <description>Show the context view pane</description>
324+ </key>
325+ <key type="b" name="rgba-colormap">
326+ <default>false</default>
327+ <summary>enable rgba window</summary>
328+ <description>If set to true, rgba will be enabled, you'll need a gtk engine supporting rgba, like murrine. Compiz can have some problems like drawings shadows ...</description>
329+ </key>
330+ <key name="date-format" enum="dateformatmode">
331+ <default>'iso'</default>
332+ <summary>Date Format</summary>
333+ <description>The format of file dates. Possible values are "locale", "iso", and "informal".</description>
334+ </key>
335+ <key type="b" name="single-click">
336+ <default>true</default>
337+ <summary>single click</summary>
338+ <description>Whether items are activated by single clicks instead of dubble clicks</description>
339+ </key>
340+ <key type="i" name="single-click-timeout">
341+ <default>0</default>
342+ <range min="0" max="1000"/>
343+ <summary>single click timeout</summary>
344+ <description>
345+ The amount of time which the item under the mouse cursor will be selected automatically in single click mode. A value of 0 disables the automatic selection.
346+ </description>
347+ </key>
348+ <key type="b" name="dialog-property-modal">
349+ <default>false</default>
350+ <summary>dialog property modal</summary>
351+ <description>If true the property dialog is a modal window</description>
352+ </key>
353+ <key type="b" name="interpret-desktop-files">
354+ <default>true</default>
355+ <summary>interpret desktop files</summary>
356+ <description>If true the desktop files would be interpreted, a desktop file can represent an executable, a directory etc. (their filename, type and some other properties would be the target ones)</description>
357+ </key>
358+ <key name="contextview-orientation" enum="contextviewmode">
359+ <default>'auto'</default>
360+ <summary>Context View Panel orientation</summary>
361+ <description>
362+ Auto Context View Panel orientation means the panel would be horizontal or vertical depending on the size of your window.
363+ </description>
364+ </key>
365+ <key name="default-viewmode" enum="viewmode">
366+ <default>'icon'</default>
367+ <summary>Default viewmode when browsing</summary>
368+ <description>
369+ The default viewmode to be used when opening a new tab or window
370+ </description>
371+ </key>
372+ <key type="b" name="toolbar-primary-css-style">
373+ <default>true</default>
374+ <summary>toolbar css style</summary>
375+ <description>Set the toolbar css style to primary-toolbar.</description>
376+ </key>
377+ <key type="as" name="toolbar-items">
378+ <default>[ 'Back', 'Forward', 'LocationEntry', 'ViewSwitcher']</default>
379+ <summary>List of actions present in the toolbar</summary>
380+ <description>
381+ List of actions present in the toolbar
382+ </description>
383+ </key>
384+ <key type="i" name="sidebar-icon-size">
385+ <default>16</default>
386+ <summary>Size of the icons in the Places sidebar</summary>
387+ <description>
388+ If set to a null or negative value, the default GTK_ICON_SIZE_MENU would be used.
389+ </description>
390+ </key>
391+ <key type="b" name="sidebar-cat-personal-expander">
392+ <default>true</default>
393+ <summary>Categorie personal expander</summary>
394+ <description>Expand/Collapse categorie Personal</description>
395+ </key>
396+ <key type="b" name="sidebar-cat-devices-expander">
397+ <default>true</default>
398+ <summary>Categorie Devices expander</summary>
399+ <description>Expand/Collapse categorie Devices</description>
400+ </key>
401+ <key type="b" name="sidebar-cat-network-expander">
402+ <default>true</default>
403+ <summary>Categorie Network expander</summary>
404+ <description>Expand/Collapse categorie Network</description>
405+ </key>
406+ <key type="b" name="properties-dlg-info">
407+ <default>true</default>
408+ <summary>Properties Info expander</summary>
409+ <description>Expand/collapse Info panel</description>
410+ </key>
411+ <key type="b" name="properties-dlg-permissions">
412+ <default>true</default>
413+ <summary>Properties Permissions expander</summary>
414+ <description>Expand/collapse Permissions panel</description>
415+ </key>
416+ <key type="b" name="properties-dlg-preview">
417+ <default>true</default>
418+ <summary>Properties Preview expander</summary>
419+ <description>Expand/collapse Preview panel</description>
420+ </key>
421+ <key type="s" name="geometry">
422+ <default>''</default>
423+ <summary>The geometry string for a navigation window.</summary>
424+ <description>A string containing the saved geometry and coordinates string for navigation windows.</description>
425+ </key>
426+ <key type="b" name="maximized">
427+ <default>false</default>
428+ <summary>Whether the navigation window should be maximized.</summary>
429+ <description>Whether the navigation window should be maximized by default.</description>
430+ </key>
431+ <key type="i" name="sidebar-width">
432+ <default>148</default>
433+ <summary>Width of the side pane</summary>
434+ <description>The default width of the side pane in new windows.</description>
435+ </key>
436+ <key type="b" name="confirm-trash">
437+ <default>true</default>
438+ <summary>Confirm trash</summary>
439+ <description>Confirm trash</description>
440+ </key>
441+ <key type="s" name="previewer-path">
442+ <default>''</default>
443+ <summary>Path of the previewer.</summary>
444+ <description>Path of the previewer or executable name (if path already definied in PATH environnment variable). If no path is set, then the space bindkey would just activate the selected items instead of previewing them</description>
445+ </key>
446+ </schema>
447+
448+ <schema path="/org/pantheon/marlin/icon-view/" id="org.pantheon.marlin.icon-view">
449+ <key name="default-zoom-level" enum="org.pantheon.marlin.ZoomLevel">
450+ <default>'normal'</default>
451+ <summary>icon default zoom level</summary>
452+ <description>Default Zoom level used by the icon view.</description>
453+ </key>
454+ <key name="zoom-level" enum="org.pantheon.marlin.ZoomLevel">
455+ <default>'normal'</default>
456+ <summary>icon zoom level</summary>
457+ <description>Zoom level used by the icon view.</description>
458+ </key>
459+ </schema>
460+
461+ <schema path="/org/pantheon/marlin/list-view/" id="org.pantheon.marlin.list-view">
462+ <key name="default-zoom-level" enum="org.pantheon.marlin.ZoomLevel">
463+ <default>'smallest'</default>
464+ <summary>icon default zoom level</summary>
465+ <description>Default Zoom level used by the list view.</description>
466+ </key>
467+ <key name="zoom-level" enum="org.pantheon.marlin.ZoomLevel">
468+ <default>'smallest'</default>
469+ <summary>icon zoom level</summary>
470+ <description>Zoom level used by the list view.</description>
471+ </key>
472+ </schema>
473+
474+ <schema path="/org/pantheon/marlin/compact-view/" id="org.pantheon.marlin.compact-view">
475+ <key name="default-zoom-level" enum="org.pantheon.marlin.ZoomLevel">
476+ <default>'smallest'</default>
477+ <summary>icon default zoom level</summary>
478+ <description>Default Zoom level used by the compact view.</description>
479+ </key>
480+ <key name="zoom-level" enum="org.pantheon.marlin.ZoomLevel">
481+ <default>'smallest'</default>
482+ <summary>icon zoom level</summary>
483+ <description>Zoom level used by the compact view.</description>
484+ </key>
485+ </schema>
486+
487+ <schema path="/org/pantheon/marlin/column-view/" id="org.pantheon.marlin.column-view">
488+ <key name="default-zoom-level" enum="org.pantheon.marlin.ZoomLevel">
489+ <default>'smallest'</default>
490+ <summary>icon default zoom level</summary>
491+ <description>Default Zoom level used by the column view.</description>
492+ </key>
493+ <key name="zoom-level" enum="org.pantheon.marlin.ZoomLevel">
494+ <default>'smallest'</default>
495+ <summary>icon zoom level</summary>
496+ <description>Zoom level used by the column view.</description>
497+ </key>
498+ <key type="i" name="preferred-column-width">
499+ <default>180</default>
500+ <summary>prefered column width</summary>
501+ <description>The column width preferred by the miller column view.</description>
502+ </key>
503+ </schema>
504+
505+</schemalist>
506
507=== added file 'schemas/org.pantheon.marlin.plugins.gschema.xml'
508--- schemas/org.pantheon.marlin.plugins.gschema.xml 1970-01-01 00:00:00 +0000
509+++ schemas/org.pantheon.marlin.plugins.gschema.xml 2012-05-18 18:54:18 +0000
510@@ -0,0 +1,11 @@
511+<?xml version="1.0" encoding="UTF-8"?>
512+<schemalist>
513+ <schema path="/org/pantheon/marlin/plugins/openterminal/" id="org.pantheon.marlin.plugins.openterminal">
514+ <key type="s" name="default-terminal">
515+ <default>'gnome-terminal --working-directory='</default>
516+ <summary>Terminal</summary>
517+ <description>Terminal</description>
518+ </key>
519+ </schema>
520+
521+</schemalist>
522
523=== modified file 'src/marlin-application.c'
524--- src/marlin-application.c 2011-12-27 19:36:09 +0000
525+++ src/marlin-application.c 2012-05-18 18:54:18 +0000
526@@ -559,11 +559,11 @@
527 init_schemas (void)
528 {
529 /* gsettings parameters */
530- settings = g_settings_new ("org.gnome.marlin.preferences");
531- marlin_icon_view_settings = g_settings_new ("org.gnome.marlin.icon-view");
532- marlin_list_view_settings = g_settings_new ("org.gnome.marlin.list-view");
533- marlin_compact_view_settings = g_settings_new ("org.gnome.marlin.compact-view");
534- marlin_column_view_settings = g_settings_new ("org.gnome.marlin.column-view");
535+ settings = g_settings_new ("org.pantheon.marlin.preferences");
536+ marlin_icon_view_settings = g_settings_new ("org.pantheon.marlin.icon-view");
537+ marlin_list_view_settings = g_settings_new ("org.pantheon.marlin.list-view");
538+ marlin_compact_view_settings = g_settings_new ("org.pantheon.marlin.compact-view");
539+ marlin_column_view_settings = g_settings_new ("org.pantheon.marlin.column-view");
540
541 /* bind settings with GOFPreferences */
542 g_settings_bind (settings, "show-hiddenfiles",
543
544=== modified file 'src/tests/marlintests.c'
545--- src/tests/marlintests.c 2011-08-11 10:57:32 +0000
546+++ src/tests/marlintests.c 2012-05-18 18:54:18 +0000
547@@ -30,7 +30,7 @@
548 g_thread_init (NULL);
549 gtk_test_init (&argc, &argv);
550
551- settings = g_settings_new ("org.gnome.marlin.preferences");
552+ settings = g_settings_new ("org.pantheon.marlin.preferences");
553
554 /* FIXME: tags should be initialized. */
555 //tags = marlin_view_tags_new ();

Subscribers

People subscribed via source and target branches

to status/vote changes: