Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189091 Details for
Bug 267018
kde-base/kdebase-data-4.2.2 breaks Gtk+ icon search path
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
test.c
test.c (text/plain), 580 bytes, created by
Thomas Pani
on 2009-04-21 20:53:00 UTC
(
hide
)
Description:
test.c
Filename:
MIME Type:
Creator:
Thomas Pani
Created:
2009-04-21 20:53:00 UTC
Size:
580 bytes
patch
obsolete
>#include <stdio.h> >#include <gtk/gtk.h> > >int main(int argc, char**argv) { > gtk_init(&argc, &argv); > > /* teleport.png is in > * /usr/share/gnome-games/icons/hicolor/24x24/actions/teleport.png > * > * emblem-paused.png is in > * /usr/share/icons/hicolor/48x48/stock/data/emblem-paused.png > */ > > gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(), > "/usr/share/gnome-games/icons/"); > printf("%d\n", gtk_icon_theme_has_icon( > gtk_icon_theme_get_default(), "teleport")); > printf("%d\n", gtk_icon_theme_has_icon( > gtk_icon_theme_get_default(), "emblem-paused")); >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 267018
: 189091 |
195109