Reduce the clipboard timeout from 300 seconds to 30 seconds. (#155428,

2004-11-15  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkselection.c: Reduce the clipboard timeout from 300
	seconds to 30 seconds.  (#155428, Billy Biggs)
This commit is contained in:
Matthias Clasen 2004-11-16 04:24:57 +00:00 committed by Matthias Clasen
parent ecb19f0949
commit b4c4bc8947
5 changed files with 13 additions and 1 deletions

View File

@ -6,6 +6,9 @@ Mon Nov 15 19:02:07 2004 Manish Singh <yosh@gimp.org>
2004-11-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c: Reduce the clipboard timeout from 300
seconds to 30 seconds. (#155428, Billy Biggs)
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_setting_changed):
* gtk/gtkbutton.c (gtk_button_setting_changed): Really free the
list. (#158422, Morten Welinder)

View File

@ -6,6 +6,9 @@ Mon Nov 15 19:02:07 2004 Manish Singh <yosh@gimp.org>
2004-11-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c: Reduce the clipboard timeout from 300
seconds to 30 seconds. (#155428, Billy Biggs)
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_setting_changed):
* gtk/gtkbutton.c (gtk_button_setting_changed): Really free the
list. (#158422, Morten Welinder)

View File

@ -6,6 +6,9 @@ Mon Nov 15 19:02:07 2004 Manish Singh <yosh@gimp.org>
2004-11-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c: Reduce the clipboard timeout from 300
seconds to 30 seconds. (#155428, Billy Biggs)
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_setting_changed):
* gtk/gtkbutton.c (gtk_button_setting_changed): Really free the
list. (#158422, Morten Welinder)

View File

@ -6,6 +6,9 @@ Mon Nov 15 19:02:07 2004 Manish Singh <yosh@gimp.org>
2004-11-15 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkselection.c: Reduce the clipboard timeout from 300
seconds to 30 seconds. (#155428, Billy Biggs)
* gtk/gtkimagemenuitem.c (gtk_image_menu_item_setting_changed):
* gtk/gtkbutton.c (gtk_button_setting_changed): Really free the
list. (#158422, Morten Welinder)

View File

@ -80,7 +80,7 @@
#define GTK_SELECTION_MAX_SIZE(display) G_MAXINT
#endif
#define IDLE_ABORT_TIME 300
#define IDLE_ABORT_TIME 30
enum {
INCR,