[Glade-users] bug in image



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi,

glade 3.02: there is a bug when including image: I solved the problem by
editing by hand the glade file:

original part:

      <widget class="GtkImage" id="image4">
        <property name="visible">True</property>
        <property name="pixbuf">im1.png</property>
        <property name="stock">gtk-missing-image</property>
      </widget>

modified part:

      <widget class="GtkImage" id="image4">
        <property name="visible">True</property>
        <property name="file">im1.png</property>
<!--        <property name="stock">gtk-missing-image</property> -->
      </widget>


I cannot test the cvs version of glade: it depends on gtk 2.10 and the
upcomming debian/etch  has only the 2.8: would it be possible to have a
sort of glade2.03 with this corrected?

thanks

Eric!
- -----

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFYvtZkouUNm4lemwRAkbdAJ9R0Vh82zEak7vk0jvWb439DMmCWACeNAj3
KbV1+YIdYxzgeprhWm+B2JU=
=hT/x
-----END PGP SIGNATURE-----




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]