emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r118151: * xfns.c (syms_of_xfns): Remove x-gtk-whole


From: Jan D.
Subject: [Emacs-diffs] trunk r118151: * xfns.c (syms_of_xfns): Remove x-gtk-whole-detached-tool-bar.
Date: Sat, 18 Oct 2014 16:25:28 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118151
revision-id: address@hidden
parent: address@hidden
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Sat 2014-10-18 18:25:24 +0200
message:
  * xfns.c (syms_of_xfns): Remove x-gtk-whole-detached-tool-bar.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/xfns.c                     xfns.c-20091113204419-o5vbwnq5f7feedwu-274
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2014-10-18 16:19:53 +0000
+++ b/src/ChangeLog     2014-10-18 16:25:24 +0000
@@ -1,5 +1,7 @@
 2014-10-18  Jan Djärv  <address@hidden>
 
+       * xfns.c (syms_of_xfns): Remove x-gtk-whole-detached-tool-bar.
+
        * xterm.h (handlebox_widget): Remove.
 
        * xmenu.c (set_frame_menubar): Remove GTK block that calls

=== modified file 'src/xfns.c'
--- a/src/xfns.c        2014-10-14 12:45:41 +0000
+++ b/src/xfns.c        2014-10-18 16:25:24 +0000
@@ -6162,12 +6162,6 @@
 to turn the additional text off.  */);
   x_gtk_file_dialog_help_text = 1;
 
-  DEFVAR_BOOL ("x-gtk-whole-detached-tool-bar", x_gtk_whole_detached_tool_bar,
-    doc: /* If non-nil, a detached tool bar is shown in full.
-The default is to just show an arrow and pressing on that arrow shows
-the tool bar buttons.  */);
-  x_gtk_whole_detached_tool_bar = 0;
-
   DEFVAR_BOOL ("x-gtk-use-system-tooltips", x_gtk_use_system_tooltips,
     doc: /* If non-nil with a Gtk+ built Emacs, the Gtk+ tooltip is used.
 Otherwise use Emacs own tooltip implementation.


reply via email to

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