/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive.glade

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-08-21 23:24:32 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060821232432-7a2775f33540dd15
Huge cleanup before release; added debian directory.

2006-08-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * COPYING.txt: GPL added
    * TODO: renamed to TODO.txt
    * README: renamed to README.txt; added bugreporting section
    * debian/: added debian directory for Ubuntu package
    * olive-gtk: change python path
    * olive.glade: temporarily change the Diff menubutton to a toolbutton

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
          </child>
428
428
 
429
429
          <child>
430
 
            <widget class="GtkMenuToolButton" id="menutoolbutton_diff">
 
430
            <widget class="GtkToolButton" id="toolbutton_diff">
431
431
              <property name="visible">True</property>
432
432
              <property name="label" translatable="yes">Diff</property>
433
433
              <property name="use_underline">True</property>
435
435
              <property name="visible_horizontal">True</property>
436
436
              <property name="visible_vertical">True</property>
437
437
              <property name="is_important">False</property>
438
 
              <signal name="clicked" handler="on_menutoolbutton_diff_clicked" last_modification_time="Mon, 17 Jul 2006 09:04:46 GMT"/>
 
438
              <signal name="clicked" handler="on_toolbutton_diff_clicked" last_modification_time="Mon, 21 Aug 2006 20:21:20 GMT"/>
439
439
            </widget>
440
440
            <packing>
441
441
              <property name="expand">False</property>
442
 
              <property name="homogeneous">False</property>
 
442
              <property name="homogeneous">True</property>
443
443
            </packing>
444
444
          </child>
445
445