mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
change_orientation() should return void, remove unused variable in
2005-07-06 Manish Singh <yosh@gimp.org> * demos/gtk-demo/menus.c: change_orientation() should return void, remove unused variable in do_menus().
This commit is contained in:
parent
f7d40fafdc
commit
362f98246a
@ -1,3 +1,8 @@
|
||||
2005-07-06 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* demos/gtk-demo/menus.c: change_orientation() should return void,
|
||||
remove unused variable in do_menus().
|
||||
|
||||
2005-07-06 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkcursor-win32.c
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-07-06 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* demos/gtk-demo/menus.c: change_orientation() should return void,
|
||||
remove unused variable in do_menus().
|
||||
|
||||
2005-07-06 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkcursor-win32.c
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-07-06 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* demos/gtk-demo/menus.c: change_orientation() should return void,
|
||||
remove unused variable in do_menus().
|
||||
|
||||
2005-07-06 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkcursor-win32.c
|
||||
|
@ -70,7 +70,7 @@ create_menu (gint depth,
|
||||
return menu;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
static void
|
||||
change_orientation (GtkWidget *button,
|
||||
GtkWidget *menubar)
|
||||
{
|
||||
@ -133,7 +133,6 @@ do_menus (GtkWidget *do_widget)
|
||||
GtkWidget *menu;
|
||||
GtkWidget *menuitem;
|
||||
GtkAccelGroup *accel_group;
|
||||
GdkEventMask events;
|
||||
|
||||
window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
|
||||
gtk_window_set_screen (GTK_WINDOW (window),
|
||||
|
Loading…
Reference in New Issue
Block a user