[regexxer] Fix actions on prev, next, replace buttons
- From: Fabien Parent <fparent src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [regexxer] Fix actions on prev, next, replace buttons
- Date: Sat, 12 Jul 2014 11:12:17 +0000 (UTC)
commit e76f67e6d43803e21c346caaf1e955deab672d0b
Author: Fabien Parent <parent f gmail com>
Date: Sat Jul 12 13:06:05 2014 +0200
Fix actions on prev, next, replace buttons
ui/mainwindow.ui | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui
index 028eead..2ea86fe 100644
--- a/ui/mainwindow.ui
+++ b/ui/mainwindow.ui
@@ -521,6 +521,7 @@
<child>
<object class="GtkButton" id="button_replace">
<property name="use_action_appearance">False</property>
+ <property name="action_name">match.replace-current</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -579,6 +580,7 @@
<child>
<object class="GtkButton" id="button_replace_file">
<property name="use_action_appearance">False</property>
+ <property name="action_name">match.replace-in-file</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -637,6 +639,7 @@
<child>
<object class="GtkButton" id="button_replace_all">
<property name="use_action_appearance">False</property>
+ <property name="action_name">match.replace-in-all-files</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -709,6 +712,7 @@
<child>
<object class="GtkButton" id="button_prev_file">
<property name="use_action_appearance">False</property>
+ <property name="action_name">match.previous-file</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -735,6 +739,7 @@
<child>
<object class="GtkButton" id="button_prev_match">
<property name="use_action_appearance">False</property>
+ <property name="action_name">match.back</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -761,6 +766,7 @@
<child>
<object class="GtkButton" id="button_next_match">
<property name="use_action_appearance">False</property>
+ <property name="action_name">match.forward</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -787,6 +793,7 @@
<child>
<object class="GtkButton" id="button_next_file">
<property name="use_action_appearance">False</property>
+ <property name="action_name">match.next-file</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]