[dconf-editor] Update comments.



commit f8b99e8b0e054b84296940b145fc0dc973198d8b
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Mar 18 16:44:58 2016 +0100

    Update comments.

 editor/dconf-window.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/dconf-window.vala b/editor/dconf-window.vala
index 92cbd3b..b32a4fd 100644
--- a/editor/dconf-window.vala
+++ b/editor/dconf-window.vala
@@ -312,7 +312,7 @@ class DConfWindow : ApplicationWindow
                     ((ConfigurationEditor) get_application ()).about_cb ();
                     return true;
                 default:
-                    break;  // TODO report bug for making <ctrl>v work?
+                    break;  // TODO make <ctrl>v work; https://bugzilla.gnome.org/show_bug.cgi?id=762257 is 
WONTFIX
             }
         }
         else if (name == "F10")
@@ -321,7 +321,7 @@ class DConfWindow : ApplicationWindow
             return false;
         }
         else if (name == "plus"   || name == "minus" ||
-                 name == "KP_Add" || name == "KP_Subtract")     // TODO open bug for search_bar blocking 
standard treeview shortcuts
+                 name == "KP_Add" || name == "KP_Subtract")     // 
https://bugzilla.gnome.org/show_bug.cgi?id=762256 is WONTFIX
             return false;                                       // TODO GtkTreeView has a weird behaviour if 
expanding without children
 
         if (bookmarks_button.active || info_button.active)      // TODO open bug about modal popovers and 
search_bar


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]