Commit 857639f04e36f7dee874e0a153b28516b8095ebf

Authored by Perry Werneck
1 parent fb8e526c

Adding trace action.

src/objects/application/application.c
... ... @@ -286,7 +286,8 @@
286 286 static const gchar * properties[] = {
287 287 "model-number",
288 288 "font-family",
289   - "dynamic-font-spacing"
  289 + "dynamic-font-spacing",
  290 + "trace",
290 291 };
291 292  
292 293 for(ix = 0; ix < G_N_ELEMENTS(properties); ix++) {
... ...
ui/application.xml
... ... @@ -221,6 +221,11 @@
221 221  
222 222 <attribute name='label' translatable='yes'>_View</attribute>
223 223  
  224 + <item>
  225 + <attribute name="label" translatable="yes">Trace</attribute>
  226 + <attribute name="action">win.trace</attribute>
  227 + </item>
  228 +
224 229 </submenu>
225 230  
226 231 <submenu>
... ...