emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100941: * xfns.c (x_set_tool_bar_pos


From: Jan D
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100941: * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
Date: Thu, 29 Jul 2010 20:08:51 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100941
committer: Jan D <address@hidden>
branch nick: trunk
timestamp: Thu 2010-07-29 20:08:51 +0200
message:
  * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
modified:
  src/ChangeLog
  src/xfns.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-29 16:49:59 +0000
+++ b/src/ChangeLog     2010-07-29 18:08:51 +0000
@@ -1,5 +1,7 @@
 2010-07-29  Jan Djärv  <address@hidden>
 
+       * xfns.c (x_set_tool_bar_position): Remove debug fprintf.
+
        * xterm.h (struct x_output): Add toolbar_top_height,
        toolbar_bottom_height, toolbar_left_width, toolbar_right_width.  Remove
        toolbar_height.

=== modified file 'src/xfns.c'
--- a/src/xfns.c        2010-07-29 16:49:59 +0000
+++ b/src/xfns.c        2010-07-29 18:08:51 +0000
@@ -726,7 +726,6 @@
   if (EQ (new_value, old_value)) return;
 
 #ifdef USE_GTK
-  fprintf (stderr, "Pos: %s\n", SDATA (SYMBOL_NAME (new_value)));
   if (xg_change_toolbar_position (f, new_value)) 
     f->tool_bar_position = new_value;
 #endif


reply via email to

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