emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105054: * gtkutil.c (qttip_cb): Remo


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105054: * gtkutil.c (qttip_cb): Remove code without function.
Date: Sat, 09 Jul 2011 09:59:22 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105054
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Sat 2011-07-09 09:59:22 +0200
message:
  * gtkutil.c (qttip_cb): Remove code without function.
modified:
  src/ChangeLog
  src/gtkutil.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-07-09 07:00:58 +0000
+++ b/src/ChangeLog     2011-07-09 07:59:22 +0000
@@ -1,3 +1,7 @@
+2011-07-09  Jan Djärv  <address@hidden>
+
+       * gtkutil.c (qttip_cb): Remove code without function.
+
 2011-07-09  Eli Zaretskii  <address@hidden>
 
        * w32.c (pthread_sigmask): New stub.

=== modified file 'src/gtkutil.c'
--- a/src/gtkutil.c     2011-07-08 17:57:55 +0000
+++ b/src/gtkutil.c     2011-07-09 07:59:22 +0000
@@ -647,7 +647,6 @@
       /* Change stupid Gtk+ default line wrapping.  */
       p = gtk_widget_get_parent (x->ttip_lbl);
       list = gtk_container_get_children (GTK_CONTAINER (p));
-      iter;
       for (iter = list; iter; iter = g_list_next (iter))
         {
           GtkWidget *w = GTK_WIDGET (iter->data);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]