After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 608169 - GmAudioProfileChoose isn't even a GtkWidget
GmAudioProfileChoose isn't even a GtkWidget
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: media profiles
2.30.x
Other All
: Normal major
: ---
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks: 578046
 
 
Reported: 2010-01-26 16:27 UTC by Bastien Nocera
Modified: 2010-06-08 22:33 UTC
See Also:
GNOME target: 3.0
GNOME version: 2.29/2.30


Attachments
Patch that makes GMAudioProfileChoose real widget. (19.92 KB, patch)
2010-05-05 03:26 UTC, Tadej Borovšak
none Details | Review

Description Bastien Nocera 2010-01-26 16:27:33 UTC
It's a struct with a bunch of things inside it, so it can't be used directly from GtkBuilder because it doesn't have an object type.
Comment 1 Marc-Andre Lureau 2010-01-26 16:56:27 UTC
Can you be more precise about which component is affected by that, how it was working until now, and what we should do?

thanks bastien
Comment 2 Bastien Nocera 2010-01-26 17:05:55 UTC
(In reply to comment #1)
> Can you be more precise about which component is affected by that,

sound-juicer

> how it was
> working until now,

Using libglade, and the custom init functions hacks

> and what we should do?

Turn GmAudioProfileChoose into a real widget, with a class and type, which we would only really be able to do if we removed the libglade support (did we?)
Comment 3 Javier Jardón (IRC: jjardon) 2010-04-06 00:57:44 UTC
Adding sound-juicer dependecy, any news on this?
Comment 4 Tadej Borovšak 2010-05-05 03:26:26 UTC
Created attachment 160318 [details] [review]
Patch that makes GMAudioProfileChoose real widget.

This is a quick-and-dirty patch that makes GMAudioProfileChoose into real widget.
Comment 5 Marc-Andre Lureau 2010-06-08 22:33:09 UTC
(In reply to comment #4)
> Created an attachment (id=160318) [details] [review]
> Patch that makes GMAudioProfileChoose real widget.
> 
> This is a quick-and-dirty patch that makes GMAudioProfileChoose into real
> widget.

thanks a lot

pushed into master
commit d9a4678333d65f099c981eb9516f24d739c963c0
Author: Tadej Borov<C5><A1>ak <tadeboro@gmail.com>
Date:   Wed May 5 05:21:50 2010 +0200

This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.