diff options
| author | njpatel <> | 2010-08-24 18:09:55 +0100 |
|---|---|---|
| committer | njpatel <> | 2010-08-24 18:09:55 +0100 |
| commit | 000f19b36fdc3ce6c1889e7bfcf18dc23a667e37 (patch) | |
| tree | cfd7a6f84b1bd5188e30733086da3c457494e397 /unity-private | |
| parent | f04a71714a69b77aeec2e4b4a690cf654ea3ea70 (diff) | |
interim commit
(bzr r424.1.33)
Diffstat (limited to 'unity-private')
| -rw-r--r-- | unity-private/gesture/gesture-dispatcher-xcb-glue.c | 1 | ||||
| -rw-r--r-- | unity-private/launcher/scroller-view.vala | 3 | ||||
| -rw-r--r-- | unity-private/testing/background.vala | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/unity-private/gesture/gesture-dispatcher-xcb-glue.c b/unity-private/gesture/gesture-dispatcher-xcb-glue.c index 5ee8d1fc0..680fbb989 100644 --- a/unity-private/gesture/gesture-dispatcher-xcb-glue.c +++ b/unity-private/gesture/gesture-dispatcher-xcb-glue.c @@ -124,7 +124,6 @@ unity_gesture_xcb_dispatcher_glue_finish () void unity_gesture_xcb_dispatcher_glue_main_iteration (XCBSource *source) { - g_debug ("%s", G_STRFUNC); const xcb_query_extension_reply_t *extension_info; xcb_connection_t *connection = source->connection; diff --git a/unity-private/launcher/scroller-view.vala b/unity-private/launcher/scroller-view.vala index c2a144887..1aa98a11b 100644 --- a/unity-private/launcher/scroller-view.vala +++ b/unity-private/launcher/scroller-view.vala @@ -471,9 +471,6 @@ namespace Unity.Launcher Cairo.TextExtents real_extents = Cairo.TextExtents (); cr.text_extents (text, out extents); - double w_diff = extents.width - real_extents.width; - double h_diff = extents.height - real_extents.height; - w += extents.width; h += extents.height; cr.set_source_rgba (0.07, 0.07, 0.07, 0.8); diff --git a/unity-private/testing/background.vala b/unity-private/testing/background.vala index b015563b9..17c84b2ee 100644 --- a/unity-private/testing/background.vala +++ b/unity-private/testing/background.vala @@ -45,6 +45,11 @@ namespace Unity.Testing private string sec_col; private string filename; + public Background () + { + Object (); + } + construct { START_FUNCTION (); |
