[Xfce4-commits] <xfce4-clipman-plugin:master> Add info regarding the pattern entry

Mike Massonnet mmassonnet at xfce.org
Thu Sep 17 21:30:01 CEST 2009


Updating branch refs/heads/master
         to 34b232fe74f8d7a273fbb311f8becda31a44ebd8 (commit)
       from d65a1dadb953ff9d196c9af4602a48523047f3e4 (commit)

commit 34b232fe74f8d7a273fbb311f8becda31a44ebd8
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Thu Sep 17 21:27:31 2009 +0200

    Add info regarding the pattern entry

 ChangeLog                          |    7 ++++++
 panel-plugin/settings-dialog.glade |   39 +++++++++++++++++++++++++++++++++++-
 2 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 24e75f5..88a1529 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-17	Mike Massonnet
+Add info regarding the pattern entry
+
+	- panel-plugin/settings-dialog.glade:
+		Add a label under the pattern entry to inform about the
+		G_REGEX_ANCHORED flag.
+
 2009-09-12	Mike Massonnet
 Change default option 'ignore selections' to true
 
diff --git a/panel-plugin/settings-dialog.glade b/panel-plugin/settings-dialog.glade
index 7a87107..5cffdc7 100644
--- a/panel-plugin/settings-dialog.glade
+++ b/panel-plugin/settings-dialog.glade
@@ -466,7 +466,7 @@
                 <child>
                   <widget class="GtkTable" id="table1">
                     <property name="visible">True</property>
-                    <property name="n_rows">3</property>
+                    <property name="n_rows">4</property>
                     <property name="n_columns">2</property>
                     <property name="column_spacing">2</property>
                     <property name="row_spacing">6</property>
@@ -553,10 +553,47 @@
                       </widget>
                       <packing>
                         <property name="right_attach">2</property>
+                        <property name="top_attach">3</property>
+                        <property name="bottom_attach">4</property>
+                      </packing>
+                    </child>
+                    <child>
+                      <widget class="GtkHBox" id="hbox4">
+                        <property name="visible">True</property>
+                        <property name="spacing">2</property>
+                        <child>
+                          <widget class="GtkImage" id="image6">
+                            <property name="visible">True</property>
+                            <property name="stock">gtk-dialog-info</property>
+                            <property name="icon-size">1</property>
+                          </widget>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
+                            <property name="position">0</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <widget class="GtkLabel" id="label3">
+                            <property name="visible">True</property>
+                            <property name="xalign">0</property>
+                            <property name="label" translatable="yes">The pattern is always anchored within the special characters ^$</property>
+                          </widget>
+                          <packing>
+                            <property name="position">1</property>
+                          </packing>
+                        </child>
+                      </widget>
+                      <packing>
+                        <property name="left_attach">1</property>
+                        <property name="right_attach">2</property>
                         <property name="top_attach">2</property>
                         <property name="bottom_attach">3</property>
                       </packing>
                     </child>
+                    <child>
+                      <placeholder/>
+                    </child>
                   </widget>
                 </child>
               </widget>



More information about the Xfce4-commits mailing list