Age | Commit message (Collapse) | Author |
|
The default behavior will be done (ie. user click on ok button)
The return code will be 5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was causing segfaults:
https://bugzilla.redhat.com/show_bug.cgi?id=670895
|
|
|
|
|
|
Patch by Victor Ananjevsky <ananasik at gmail dot com>
|
|
|
|
|
|
|
|
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=631737
|
|
Replaced by GDK_DISPLAY_XDISPLAY.
|
|
Fixes bgo#630884 - Zenity --password dialog doesn't have a default
action
|
|
|
|
|
|
compile with GTK 3.0
|
|
|
|
|
|
The calls to g_timeout_add are replaced with g_timeout_add_seconds to
reduce the number or program wake ups. See the GNOME Goal description:
http://live.gnome.org/GnomeGoals/UseTimeoutAddSeconds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when using the dialog with drop down menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You can now define title and summary on notifications. The first line
of the provided text will be considered the title and the following
lines are the summary.
|
|
|
|
|
|
Declare timeout delay as signed, so that assigning -1 does not act as
setting a huge (but finite) timeout (this has been noticed by resetting
the clock)
|
|
|
|
|