summaryrefslogtreecommitdiff
path: root/libappindicator-gtk2/0001-Glib.Timeout-fix.patch
blob: 27744c41171c8a0d1983d5e12183a142e7a7f857 (plain)
    1 From f949448c898b2428e146d18e0821fa242a7099f6 Mon Sep 17 00:00:00 2001
    2 From: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
    3 Date: Tue, 7 Oct 2014 17:21:42 -0400
    4 Subject: [PATCH 1/3] Glib.Timeout fix
    5 
    6 ---
    7  example/simple-client-vala.vala | 3 ++-
    8  1 file changed, 2 insertions(+), 1 deletion(-)
    9 
   10 diff --git a/example/simple-client-vala.vala b/example/simple-client-vala.vala
   11 index f8cd874..6d8d71b 100644
   12 --- a/example/simple-client-vala.vala
   13 +++ b/example/simple-client-vala.vala
   14 @@ -20,6 +20,7 @@ You should have received a copy of the GNU General Public License along
   15  with this program.  If not, see <http://www.gnu.org/licenses/>.
   16  */
   17  
   18 +using GLib;
   19  using Gtk;
   20  using AppIndicator;
   21  
   22 -- 
   23 2.1.2

Generated by cgit