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 380585 - dlg-photo-importer.c uses GTK_COMBO - deprecated
dlg-photo-importer.c uses GTK_COMBO - deprecated
Status: RESOLVED FIXED
Product: gthumb
Classification: Other
Component: general
2.9.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2006-11-29 18:04 UTC by Michael Chudobiak
Modified: 2006-12-25 23:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
no GTK_COMBO with gui changes (35.03 KB, patch)
2006-12-25 19:57 UTC, manuel braga
none Details | Review

Description Michael Chudobiak 2006-11-29 18:04:49 UTC
src/dlg-photo-importer.c uses gtk_combo functions, which are deprecated.

gtk_combo_box functions should be used instead.

- Mike
Comment 1 manuel braga 2006-12-25 19:57:06 UTC
Created attachment 78882 [details] [review]
no GTK_COMBO with gui changes

Please revise, comment.
I couldn't proper test, so i don't know if something is breaked.
Comment 2 Michael Chudobiak 2006-12-25 22:51:28 UTC
Thanks Manuel!

I'm testing it with two cameras, and so far it works great. I'll test it further.

- Mike
Comment 3 Michael Chudobiak 2006-12-25 23:49:22 UTC
Patch committed. Thanks!

- Mike