[libhandy/wip/haecker-felix/flap-widget] Oops



commit ffcd452b1ff65d942388d2e23467c18105b03541
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Nov 17 17:52:17 2020 +0500

    Oops

 src/hdy-flap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/hdy-flap.c b/src/hdy-flap.c
index 95d9e2f9..5d5702eb 100644
--- a/src/hdy-flap.c
+++ b/src/hdy-flap.c
@@ -26,7 +26,7 @@
  * HdyFlapFoldPolicy:
  * @HDY_FLAP_FOLD_POLICY_NEVER: No transition
  * @HDY_FLAP_FOLD_POLICY_ALWAYS: A cross-fade
- * @HDY_FLAP_FOLD_POLICY_AUTO: TBH
+ * @HDY_FLAP_FOLD_POLICY_AUTO: TBD
  *
  * These enumeration values describe the possible transitions between children
  * in a #HdyFlap widget.
@@ -987,7 +987,7 @@ hdy_flap_get_swipe_area (HdySwipeable           *swipeable,
 static void
 hdy_flap_swipeable_init (HdySwipeableInterface *iface)
 {
-//  iface->switch_child = hdy_flap_switch_child;
+  iface->switch_child = hdy_flap_switch_child;
   iface->get_swipe_tracker = hdy_flap_get_swipe_tracker;
   iface->get_distance = hdy_flap_get_distance;
   iface->get_snap_points = hdy_flap_get_snap_points;


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