Use gtk_widget_set_tooltip_text() instead of obsolete (and somewhat
[disorder] / disobedience / recent.c
index 36a98d1..f53e631 100644 (file)
@@ -15,6 +15,9 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
+/** @file disobedience/recent.c
+ * @brief Disobedience recently-played widget
+ */
 #include "disobedience.h"
 #include "popup.h"
 #include "queue-generic.h"
@@ -58,7 +61,7 @@ static void recent_changed(const char attribute((unused)) *event,
 }
 
 /** @brief Called at startup */
-static void recent_init(void) {
+static void recent_init(struct queuelike attribute((unused)) *ql) {
   /* Whenever the recent list changes on the server, re-fetch it */
   event_register("recent-changed", recent_changed, 0);
 }