You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using gtk stock icons, there are some which have left-to-right and
right-to-left variants - you can see them e.g. at
http://gtk.php.net/manual/en/gtk.enum.stockitems.php
When you use them in gtkdialog, you normally need to refer to them like this,
which I believe is correct:
<pixmap icon_size="1">
<input file stock="gtk-jump-to"></input>
</pixmap>
This does not work:
<pixmap icon_size="1">
<input file stock="gtk-jump-to-ltr"></input>
</pixmap>
But when you use them as a window icon you need to refer to them like this,
which I believe is really incorrect:
<window title=\"Open bookmarks:\" icon-name=\"gtk-jump-to-ltr\">
This does not work (but I think it should):
<window title=\"Open bookmarks:\" icon-name=\"gtk-jump-to\">
Is this a bug with gtkdialog or something else? I thought maybe it was a bug
in my window manager, but I tried another one and it had the same behaviour.
Original issue reported on code.google.com by [email protected] on 19 Oct 2013 at 5:23
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 Oct 2013 at 5:23The text was updated successfully, but these errors were encountered: