~ubuntu-branches/ubuntu/oneiric/gnome-system-monitor/oneiric-proposed

« back to all changes in this revision

Viewing changes to src/proctable.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-06-21 16:49:23 UTC
  • mto: (2.1.7 sid) (1.1.59 upstream)
  • mto: This revision was merged to the branch mainline in revision 78.
  • Revision ID: james.westby@ubuntu.com-20110621164923-o6titd2srek1uh84
Tags: upstream-3.0.1
ImportĀ upstreamĀ versionĀ 3.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
#include "interface.h"
54
54
#include "selinux.h"
55
55
 
56
 
 
57
56
ProcInfo::UserMap ProcInfo::users;
58
57
ProcInfo::List ProcInfo::all;
59
58
std::map<pid_t, guint64> ProcInfo::cpu_times;
90
89
{
91
90
        ProcData * const procdata = static_cast<ProcData*>(user_data);
92
91
 
93
 
        procman_save_tree_state(procdata->client,
 
92
        procman_save_tree_state(procdata->settings,
94
93
                                GTK_WIDGET(treeview),
95
 
                                "/apps/procman/proctree");
 
94
                                "proctree");
96
95
}
97
96
 
98
97
 
392
391
 
393
392
        set_proctree_reorderable(procdata);
394
393
 
395
 
        procman_get_tree_state (procdata->client, proctree, "/apps/procman/proctree");
 
394
        procman_get_tree_state (procdata->settings, proctree, "proctree");
396
395
 
397
396
        /* Override column settings by hiding this column if it's meaningless: */
398
397
        if (!can_show_security_context_column ()) {