[tepl] ApplicationWindow: rename static function
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tepl] ApplicationWindow: rename static function
- Date: Sat, 9 Sep 2017 11:48:10 +0000 (UTC)
commit a1120c3f6497bbebb305ec648db986a149fba907
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Aug 19 17:05:53 2017 +0200
ApplicationWindow: rename static function
tepl/tepl-application-window.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/tepl/tepl-application-window.c b/tepl/tepl-application-window.c
index 494c407..6b8f8b6 100644
--- a/tepl/tepl-application-window.c
+++ b/tepl/tepl-application-window.c
@@ -293,7 +293,7 @@ update_paste_action_sensitivity (TeplApplicationWindow *tepl_window)
}
static void
-update_edit_actions_sensitivity (TeplApplicationWindow *tepl_window)
+update_basic_edit_actions_sensitivity (TeplApplicationWindow *tepl_window)
{
TeplView *view;
TeplBuffer *buffer;
@@ -342,7 +342,7 @@ update_edit_actions_sensitivity (TeplApplicationWindow *tepl_window)
static void
update_actions_sensitivity (TeplApplicationWindow *tepl_window)
{
- update_edit_actions_sensitivity (tepl_window);
+ update_basic_edit_actions_sensitivity (tepl_window);
update_paste_action_sensitivity (tepl_window);
}
@@ -632,7 +632,7 @@ tepl_application_window_get_application_window (TeplApplicationWindow *tepl_wind
static void
active_tab_changed (TeplApplicationWindow *tepl_window)
{
- update_edit_actions_sensitivity (tepl_window);
+ update_basic_edit_actions_sensitivity (tepl_window);
update_paste_action_sensitivity (tepl_window);
}
@@ -641,7 +641,7 @@ active_view_editable_notify_cb (GtkTextView *active_view,
GParamSpec *pspec,
TeplApplicationWindow *tepl_window)
{
- update_edit_actions_sensitivity (tepl_window);
+ update_basic_edit_actions_sensitivity (tepl_window);
update_paste_action_sensitivity (tepl_window);
}
@@ -672,7 +672,7 @@ active_buffer_has_selection_notify_cb (GtkTextBuffer *buffer,
GParamSpec *pspec,
TeplApplicationWindow *tepl_window)
{
- update_edit_actions_sensitivity (tepl_window);
+ update_basic_edit_actions_sensitivity (tepl_window);
}
static void
@@ -697,7 +697,7 @@ active_buffer_changed (TeplApplicationWindow *tepl_window)
tepl_window));
end:
- update_edit_actions_sensitivity (tepl_window);
+ update_basic_edit_actions_sensitivity (tepl_window);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]