ANSIfication. NULL vs. 0
2004-12-25 Kjartan Maraas <kmaraas@gnome.org> * drw-selection.c: (drw_selection_start): ANSIfication. * drwright.c: NULL vs. 0
This commit is contained in:
parent
c788aa73df
commit
12060b387f
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-12-25 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* drw-selection.c: (drw_selection_start): ANSIfication.
|
||||||
|
* drwright.c: NULL vs. 0
|
||||||
|
|
||||||
2004-10-14 Jody Goldberg <jody@gnome.org>
|
2004-10-14 Jody Goldberg <jody@gnome.org>
|
||||||
|
|
||||||
* Release 2.8.1
|
* Release 2.8.1
|
||||||
|
|
|
@ -164,7 +164,7 @@ drw_selection_filter (GdkXEvent *xevent,
|
||||||
}
|
}
|
||||||
|
|
||||||
DrwSelection *
|
DrwSelection *
|
||||||
drw_selection_start ()
|
drw_selection_start (void)
|
||||||
{
|
{
|
||||||
DrwSelection *drw_selection = g_new (DrwSelection, 1);
|
DrwSelection *drw_selection = g_new (DrwSelection, 1);
|
||||||
|
|
||||||
|
|
|
@ -135,7 +135,7 @@ static GtkItemFactoryEntry popup_items[] = {
|
||||||
/* { N_("/_Enabled"), NULL, GIF_CB (popup_enabled_cb), POPUP_ITEM_ENABLED, "<ToggleItem>", NULL },*/
|
/* { N_("/_Enabled"), NULL, GIF_CB (popup_enabled_cb), POPUP_ITEM_ENABLED, "<ToggleItem>", NULL },*/
|
||||||
{ N_("/_Preferences"), NULL, GIF_CB (popup_preferences_cb), 0, "<StockItem>", GTK_STOCK_PREFERENCES },
|
{ N_("/_Preferences"), NULL, GIF_CB (popup_preferences_cb), 0, "<StockItem>", GTK_STOCK_PREFERENCES },
|
||||||
{ N_("/_About"), NULL, GIF_CB (popup_about_cb), 0, "<StockItem>", GNOME_STOCK_ABOUT },
|
{ N_("/_About"), NULL, GIF_CB (popup_about_cb), 0, "<StockItem>", GNOME_STOCK_ABOUT },
|
||||||
{ "/sep1", NULL, 0, 0, "<Separator>", NULL },
|
{ "/sep1", NULL, NULL, 0, "<Separator>", NULL },
|
||||||
{ N_("/_Take a Break"), NULL, GIF_CB (popup_break_cb), POPUP_ITEM_BREAK, "<Item>", NULL }
|
{ N_("/_Take a Break"), NULL, GIF_CB (popup_break_cb), POPUP_ITEM_BREAK, "<Item>", NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue