diff options
| author | Mirco Müller <mirco.mueller@ubuntu.com> | 2010-09-14 16:43:22 +0200 |
|---|---|---|
| committer | Mirco Müller <mirco.mueller@ubuntu.com> | 2010-09-14 16:43:22 +0200 |
| commit | af414e4ed073f5426d2994e5abb3ec7138882979 (patch) | |
| tree | 6ea74069f506ad7dfdad841ec4092e3aa90a14ed /unity-private | |
| parent | 076de3082ab4c7b004c7e3786e91c79f0126b97a (diff) | |
add a warning() and FIXME-remark for the failure-case
(bzr r501.1.2)
Diffstat (limited to 'unity-private')
| -rw-r--r-- | unity-private/launcher/scroller-controller.vala | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unity-private/launcher/scroller-controller.vala b/unity-private/launcher/scroller-controller.vala index 8d045dfd2..faf82cbe1 100644 --- a/unity-private/launcher/scroller-controller.vala +++ b/unity-private/launcher/scroller-controller.vala @@ -87,7 +87,8 @@ namespace Unity.Launcher } else { - print ("---=== childcontroller is NULL :( ===---\n"); + // FIXME + warning ("get_controller_for_view() returned NULL\n"); } } @@ -442,8 +443,6 @@ namespace Unity.Launcher private ScrollerChildController? get_controller_for_view (ScrollerChild childview) { - print ("---=== get_controller_for_view(): size= %d ===---\n", - childcontrollers.size); foreach (ScrollerChildController childcontroller in childcontrollers) { if (childcontroller.child == childview) |
