~elementaryart/nautilus-elementary/nautilus-elementary

« back to all changes in this revision

Viewing changes to src/nautilus-window-manage-views.c

  • Committer: am
  • Date: 2010-03-08 12:39:06 UTC
  • Revision ID: am@aurora-20100308123906-ispi589928tkbtrx
#ifdef clutter added

Show diffs side-by-side

added added

removed removed

Lines of Context:
1594
1594
                        g_free (uri);
1595
1595
                        nautilus_path_bar_set_path (NAUTILUS_PATH_BAR (NAUTILUS_NAVIGATION_WINDOW (window)->path_bar),
1596
1596
                                                    slot->location);
1597
 
            //amtest
1598
 
            //printf("%s\n", G_STRFUNC);
1599
 
            /* don't want to add full functions for syncing only the toogle */
1600
 
            if (eel_preferences_get_boolean (NAUTILUS_PREFERENCES_SHOW_CLUTTER))
1601
 
                nautilus_window_sync_clutter_toogle (window);
 
1597
                        //amtest
 
1598
                        //printf("%s\n", G_STRFUNC);
 
1599
                        /* don't want to add full functions for syncing only the toogle */
 
1600
                        #if ENABLE_CLUTTER_VIEW
 
1601
                        if (eel_preferences_get_boolean (NAUTILUS_PREFERENCES_SHOW_CLUTTER))
 
1602
                                nautilus_window_sync_clutter_toogle (window);
 
1603
                        #endif
1602
1604
                }
1603
1605
        }
1604
1606