~soren/planner/trunk

« back to all changes in this revision

Viewing changes to src/planner-task-view.c

  • Committer: Alexandre Franke
  • Date: 2018-03-16 08:53:06 UTC
  • Revision ID: git-v1:1a68e275a1a82fd47a7dca3105d5ea0d917ac158
Fix column visibility in task view

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793642

Show diffs side-by-side

added added

removed removed

Lines of Context:
851
851
                            strcmp (id, "slack") == 0 ||
852
852
                            strcmp (id, "cost") == 0 ||
853
853
                            strcmp (id, "complete") == 0 ||
854
 
                            strcmp (id, "assigned-to")) {
 
854
                            strcmp (id, "assigned-to") == 0) {
855
855
                                gtk_tree_view_column_set_visible (column, TRUE);
856
856
                        } else {
857
857
                                gtk_tree_view_column_set_visible (column, FALSE);