Kaydet (Commit) be9461a4 authored tarafından Nick Treleaven's avatar Nick Treleaven

Don't prevent notebook tab focus because this disables the notebook arrows

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@513 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst dc996405
2006-07-01 Nick Treleaven <nick.treleaven@btinternet.com>
* src/notebook.c: Don't prevent notebook tab focus because this
disables the notebook arrows.
2006-06-30 Enrico Tröger <enrico.troeger@uvena.de>
* src/vte.c, src/callbacks.c:
......
......@@ -60,7 +60,8 @@ void notebook_init()
GtkWidget *notebook = app->notebook;
// don't allow focusing tab labels, focus sci instead
g_object_set(G_OBJECT(notebook), "can-focus", FALSE, NULL);
// This disables the notebook arrows!
//g_object_set(G_OBJECT(notebook), "can-focus", FALSE, NULL);
// Set up drag movement callback
g_signal_connect(G_OBJECT(notebook), "drag-motion",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment