~ubuntu-branches/ubuntu/precise/deja-dup/precise-proposed

« back to all changes in this revision

Viewing changes to preferences/Preferences.c

  • Committer: Package Import Robot
  • Author(s): Michael Terry
  • Date: 2011-07-01 10:16:33 UTC
  • Revision ID: package-import@ubuntu.com-20110701101633-k746n4ssvbfyy4l3
Tags: 19.3-0ubuntu2
* debian/patches/fix-close-crash.patch:
  - Fix crash when closing the preference panel (LP: #802993)

Show diffs side-by-side

added added

removed removed

Lines of Context:
551
551
        accessible = _tmp5_;
552
552
        if (accessible != NULL) {
553
553
                const gchar* _tmp6_ = NULL;
554
 
                accessible->name = "Categories";
 
554
                atk_object_set_name(accessible, "Categories");
555
555
                _tmp6_ = _ ("Categories");
556
 
                accessible->description = _tmp6_;
 
556
                atk_object_set_description(accessible, _tmp6_);
557
557
        }
558
558
        gtk_tree_view_set_headers_visible (_data1_->tree, FALSE);
559
559
        gtk_widget_set_size_request ((GtkWidget*) _data1_->tree, 150, -1);