~ubuntu-branches/ubuntu/utopic/nautilus/utopic-proposed

« back to all changes in this revision

Viewing changes to src/nautilus-desktop-canvas-view.c

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-01-15 15:58:05 UTC
  • Revision ID: package-import@ubuntu.com-20140115155805-wpphjqnnm3zjembd
Tags: 1:3.8.2-0ubuntu8
* debian/patches/20_unity_control_center.patch:
  - Fix uninitialized variable

Show diffs side-by-side

added added

removed removed

Lines of Context:
721
721
        GtkUIManager *ui_manager;
722
722
        GtkActionGroup *action_group;
723
723
        GtkAction *action;
724
 
        gchar *control_center_path;
 
724
        gchar *control_center_path = NULL;
725
725
 
726
726
        NAUTILUS_VIEW_CLASS (nautilus_desktop_canvas_view_parent_class)->merge_menus (view);
727
727