Bug ID |
8390
|
Summary |
GTK3 GtkColorSelectionDialog and GtkColorSelection deprecated
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
All
|
OS |
All
|
Status |
CONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
svn with GTK3
--
color_edit_dlg.c:499:3: warning: ‘gtk_color_selection_dialog_new’ is deprecated
Use 'gtk_color_chooser_dialog_new' instead [-Wdeprecated-declarations]
color_edit_dlg.c:506:5: warning: ‘gtk_color_selection_set_current_color’ is
deprecated:
Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations]
color_edit_dlg.c:506:5: warning:
‘gtk_color_selection_dialog_get_color_selection’ is deprecated:
Use 'GtkColorChooser' instead [-Wdeprecated-declarations]
color_edit_dlg.c:577:3: warning: ‘gtk_color_selection_get_current_rgba’ is
deprecated:
Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations]
color_edit_dlg.c:577:3: warning:
‘gtk_color_selection_dialog_get_color_selection’ is deprecated:
Use 'GtkColorChooser' instead [-Wdeprecated-declarations]
prefs_font_color.c:170:3: warning: ‘gtk_color_selection_new’ is deprecated:
Use 'gtk_color_chooser_widget_new' instead [-Wdeprecated-declarations]
prefs_font_color.c:210:3: warning: ‘gtk_color_selection_set_current_color’ is
deprecated:
Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations]
prefs_font_color.c:292:3: warning: ‘gtk_color_selection_get_current_color’ is
deprecated:
Use 'gtk_color_chooser_get_rgba' instead [-Wdeprecated-declarations]
prefs_font_color.c:320:3: warning: ‘gtk_color_selection_set_current_color’ is
deprecated:
Use 'gtk_color_chooser_set_rgba' instead [-Wdeprecated-declarations]
You are receiving this mail because:
- You are watching all bug changes.