Patch from Chris Lahey for #165456. Updated.
2005-02-01 Glynn Foster <glynn.foster@sun.com> * src/notification.c, src/option.c: Patch from Chris Lahey for #165456. * src/about.c, THANKS: Updated.
This commit is contained in:
parent
1b6bf9fe60
commit
a4777781d1
@ -1,3 +1,9 @@
|
|||||||
|
2005-02-01 Glynn Foster <glynn.foster@sun.com>
|
||||||
|
|
||||||
|
* src/notification.c, src/option.c: Patch from Chris
|
||||||
|
Lahey for #165456.
|
||||||
|
* src/about.c, THANKS: Updated.
|
||||||
|
|
||||||
2005-01-17 Glynn Foster <glynn.foster@sun.com>
|
2005-01-17 Glynn Foster <glynn.foster@sun.com>
|
||||||
|
|
||||||
* configure.in: Post release bump.
|
* configure.in: Post release bump.
|
||||||
|
1
THANKS
1
THANKS
@ -18,6 +18,7 @@
|
|||||||
"John Fleck <jfleck inkstain net>",
|
"John Fleck <jfleck inkstain net>",
|
||||||
"Sebastian Heinlein <glatzor pimpzkru de>",
|
"Sebastian Heinlein <glatzor pimpzkru de>",
|
||||||
"James Henstridge <james daa com au>",
|
"James Henstridge <james daa com au>",
|
||||||
|
"Chris Lahey <clahey ximian com>",
|
||||||
"Mihai T Lazarescu <mihai email it>",
|
"Mihai T Lazarescu <mihai email it>",
|
||||||
"Sebastian Kapfer <sebastian_kapfer web de>",
|
"Sebastian Kapfer <sebastian_kapfer web de>",
|
||||||
"Tomasz Koczko <kloczek pld org pl>",
|
"Tomasz Koczko <kloczek pld org pl>",
|
||||||
|
@ -66,6 +66,7 @@ static const gchar *author_credits[] = {
|
|||||||
"John Fleck <jfleck inkstain net>",
|
"John Fleck <jfleck inkstain net>",
|
||||||
"Sebastian Heinlein <glatzor pimpzkru de>",
|
"Sebastian Heinlein <glatzor pimpzkru de>",
|
||||||
"James Henstridge <james daa com au>",
|
"James Henstridge <james daa com au>",
|
||||||
|
"Chris Lahey <clahey ximian com>",
|
||||||
"Mihai T Lazarescu <mihai email it>",
|
"Mihai T Lazarescu <mihai email it>",
|
||||||
"Sebastian Kapfer <sebastian_kapfer web de>",
|
"Sebastian Kapfer <sebastian_kapfer web de>",
|
||||||
"Tomasz Koczko <kloczek pld org pl>",
|
"Tomasz Koczko <kloczek pld org pl>",
|
||||||
|
@ -75,6 +75,7 @@ zenity_notification_icon_press_callback (GtkWidget *widget, GdkEventButton *even
|
|||||||
|
|
||||||
zen_data->exit_code = zenity_util_return_exit_code (ZENITY_OK);
|
zen_data->exit_code = zenity_util_return_exit_code (ZENITY_OK);
|
||||||
gtk_main_quit ();
|
gtk_main_quit ();
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
@ -102,7 +103,7 @@ zenity_notification_icon_expose_callback (GtkWidget *widget, GdkEventExpose *eve
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static void
|
||||||
zenity_notification_icon_destroy_callback (GtkWidget *widget, gpointer data)
|
zenity_notification_icon_destroy_callback (GtkWidget *widget, gpointer data)
|
||||||
{
|
{
|
||||||
ZenityData *zen_data;
|
ZenityData *zen_data;
|
||||||
|
@ -677,6 +677,7 @@ zenity_option_get_name (GOptionEntry *entries, gpointer arg_data)
|
|||||||
if (entries[i].arg_data == arg_data)
|
if (entries[i].arg_data == arg_data)
|
||||||
return (gchar *) entries[i].long_name;
|
return (gchar *) entries[i].long_name;
|
||||||
}
|
}
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Error callback */
|
/* Error callback */
|
||||||
|
Reference in New Issue
Block a user