implemented the cancel button of the task panel.
[ptask.git] / src / glade / ptask.glade
index 880cae7..6ed4162 100644 (file)
       <column type="gchararray"/>
       <!-- column-name priority -->
       <column type="gchararray"/>
+      <!-- column-name urgency -->
+      <column type="gchararray"/>
     </columns>
   </object>
   <object class="GtkWindow" id="window">
                             </child>
                           </object>
                         </child>
+                        <child>
+                          <object class="GtkTreeViewColumn" id="urgency">
+                            <property name="title" translatable="yes">Urgency</property>
+                            <property name="sort_column_id">5</property>
+                            <child>
+                              <object class="GtkCellRendererText" id="cellrenderertext9"/>
+                              <attributes>
+                                <attribute name="text">5</attribute>
+                              </attributes>
+                            </child>
+                          </object>
+                        </child>
                       </object>
                     </child>
                   </object>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="receives_default">True</property>
+                            <signal name="clicked" handler="taskpanel_cancel_clicked_cbk" swapped="no"/>
                           </object>
                           <packing>
                             <property name="expand">False</property>