Mon, 12 Sep 2022 22:08:59 -0500
Remove the list_icon vfunc from PurpleProtocol.
This was replaced by the icon-name, icon-resource-path, and icon-search-path
properties.
Testing Done:
Compiled
Reviewed at https://reviews.imfreedom.org/r/1749/
<?xml version="1.0" encoding="UTF-8"?> <!-- Generated with glade 3.38.2 Pidgin - Internet Messenger Copyright (C) Pidgin Developers <devel@pidgin.im> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <https://www.gnu.org/licenses/>. --> <interface> <requires lib="gtk" version="4.0"/> <!-- interface-license-type gplv2 --> <!-- interface-name Pidgin --> <!-- interface-description Internet Messenger --> <!-- interface-copyright Pidgin Developers <devel@pidgin.im> --> <object class="GtkListStore" id="model"> <columns> <!-- column-name title --> <column type="gchararray"/> <!-- column-name icon-name --> <column type="gchararray"/> <!-- column-name type --> <column type="gchararray"/> <!-- column-name message --> <column type="gchararray"/> <!-- column-name status --> <column type="gpointer"/> <!-- column-name editor --> <column type="GObject"/> </columns> </object> <template class="PidginStatusManager" parent="GtkDialog"> <property name="title" translatable="1">Saved Statuses</property> <property name="default-width">550</property> <property name="default-height">250</property> <signal name="response" handler="pidgin_status_manager_response_cb" swapped="no"/> <child internal-child="content_area"> <object class="GtkScrolledWindow"> <property name="vexpand">1</property> <property name="focusable">1</property> <child> <object class="GtkTreeView"> <property name="focusable">1</property> <property name="model">model</property> <property name="search-column">0</property> <signal name="row-activated" handler="pidgin_status_manager_row_activated_cb" object="PidginStatusManager" swapped="no"/> <child internal-child="selection"> <object class="GtkTreeSelection" id="selection"> <signal name="changed" handler="pidgin_status_manager_selection_changed_cb" object="PidginStatusManager" swapped="no"/> </object> </child> <child> <object class="GtkTreeViewColumn"> <property name="resizable">1</property> <property name="min-width">100</property> <property name="title" translatable="1">Title</property> <property name="clickable">1</property> <property name="sort-column-id">0</property> <child> <object class="GtkCellRendererText"> <property name="ellipsize">end</property> </object> <attributes> <attribute name="markup">0</attribute> </attributes> </child> </object> </child> <child> <object class="GtkTreeViewColumn"> <property name="resizable">1</property> <property name="title" translatable="1">Type</property> <property name="clickable">1</property> <property name="sort-column-id">2</property> <child> <object class="GtkCellRendererPixbuf"/> <attributes> <attribute name="icon-name">1</attribute> </attributes> </child> <child> <object class="GtkCellRendererText"/> <attributes> <attribute name="markup">2</attribute> </attributes> </child> </object> </child> <child> <object class="GtkTreeViewColumn"> <property name="resizable">1</property> <property name="title" translatable="1">Message</property> <property name="clickable">1</property> <property name="sort-column-id">4</property> <child> <object class="GtkCellRendererText"> <property name="ellipsize">end</property> </object> <attributes> <attribute name="markup">3</attribute> </attributes> </child> </object> </child> </object> </child> </object> </child> <child type="action"> <object class="GtkButton" id="use_button"> <property name="label" translatable="1">_Use</property> <property name="sensitive">0</property> <property name="focusable">1</property> <property name="receives-default">1</property> <property name="use-underline">1</property> </object> </child> <child type="action"> <object class="GtkButton" id="button1"> <property name="label" translatable="1">_Add</property> <property name="focusable">1</property> <property name="receives-default">1</property> <property name="use-underline">1</property> </object> </child> <child type="action"> <object class="GtkButton" id="modify_button"> <property name="label" translatable="1">_Modify</property> <property name="sensitive">0</property> <property name="focusable">1</property> <property name="receives-default">1</property> <property name="use-underline">1</property> </object> </child> <child type="action"> <object class="GtkButton" id="remove_button"> <property name="label" translatable="1">_Remove</property> <property name="sensitive">0</property> <property name="focusable">1</property> <property name="receives-default">1</property> <property name="use-underline">1</property> </object> </child> <child type="action"> <object class="GtkButton" id="button2"> <property name="label" translatable="1">_Close</property> <property name="focusable">1</property> <property name="receives-default">1</property> <property name="use-underline">1</property> </object> </child> <action-widgets> <action-widget response="0">use_button</action-widget> <action-widget response="1">button1</action-widget> <action-widget response="2">modify_button</action-widget> <action-widget response="3">remove_button</action-widget> <action-widget response="-7">button2</action-widget> </action-widgets> </template> </interface>