]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commit
xfce4-hdaps-dialogs.c: replace GTK_STOCK macros with their values.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 23 Oct 2019 14:14:53 +0000 (10:14 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 26 Oct 2019 14:53:52 +0000 (10:53 -0400)
commit273c8f913b14f9db603e64c8a3291a4abd9c99f0
tree2374023db7de50f61a1e82c6952d025af7e600e8
parent05a5da89a97689a8a6a06e1e6c34fedc0e5a6f35
xfce4-hdaps-dialogs.c: replace GTK_STOCK macros with their values.

The GTK_STOCK_* macros are all deprecated and are throwing warnings in
gtk+-3.x. But apparently, hard-coding the value of the macro is fine?
This is what the examples in libxfce4ui do at least. On the other
hand, the "stock items migration guide" suggests that we should use
newer icon names from the freedesktop.org specification.

Having tried the new names, I am happy to say that they don't work at
all, leaving me with the obviously-correct solution in this commit: to
replace the deprecated macros with their hard-coded values verbatim.
panel-plugin/xfce4-hdaps-dialogs.c