Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 109384 Details for
Bug 158727
update for app-pda/dopi to 0.3.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
noicon-exception-fix.diff
noicon-exception-fix.diff (text/plain), 579 bytes, created by
Dieter Verfaillie
on 2007-02-06 22:37:15 UTC
(
hide
)
Description:
noicon-exception-fix.diff
Filename:
MIME Type:
Creator:
Dieter Verfaillie
Created:
2007-02-06 22:37:15 UTC
Size:
579 bytes
patch
obsolete
>--- dopi-old/src/DopiWindow.cs 2007-02-05 23:53:15.000000000 +0100 >+++ dopi/src/DopiWindow.cs 2007-02-06 23:33:42.000000000 +0100 >@@ -54,7 +54,12 @@ namespace Dopi { > > tips = new Tooltips (); > >- Gdk.Pixbuf pixbuf = IconTheme.Default.LoadIcon ("gnome-dev-ipod", 24, 0); >+ Gdk.Pixbuf pixbuf = null; >+ try { >+ pixbuf = IconTheme.Default.LoadIcon ("gnome-dev-ipod", 24, 0); >+ } catch (GLib.GException e) { >+ } >+ > if (pixbuf != null) { > this.Icon = pixbuf; > }
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 158727
:
104506
|
104708
|
109285
|
109294
|
109378
|
109381
| 109384