[gedit/wip/adjustment-checks] tab: print when we ask to scroll to cursor
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gedit/wip/adjustment-checks] tab: print when we ask to scroll to cursor
- Date: Tue, 26 Jul 2022 21:49:23 +0000 (UTC)
commit 2592c401bad56bf8fd081ccee3f0c8f9586ababf
Author: Sébastien Wilmet <swilmet informatique-libre be>
Date:   Mon Jul 25 14:59:20 2022 +0200
    tab: print when we ask to scroll to cursor
 gedit/gedit-tab.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gedit/gedit-tab.c b/gedit/gedit-tab.c
index bf70ce0c3..f9c697a95 100644
--- a/gedit/gedit-tab.c
+++ b/gedit/gedit-tab.c
@@ -1033,6 +1033,7 @@ scroll_to_cursor (GeditTab *tab)
 {
        GeditView *view;
 
+       g_print ("%s()\n", G_STRFUNC);
        view = gedit_tab_get_view (tab);
        tepl_view_scroll_to_cursor (TEPL_VIEW (view));
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]