gimp/plug-ins/help-browser
Martin Nordholts eb6bef33e4 Use gtk_widget_set_visible()
In places where the pattern

  if (show)
    gtk_widget_show (widget);
  else
    gtk_widget_hide (widget);

is used, change to

  gtk_widget_set_visible (widget, show);

Also do some other minor cleanups.
2009-10-17 15:07:34 +02:00
..
.gitignore Adding Microsoft Windows executables to the .gitignore files 2009-06-19 00:14:17 +02:00
Makefile.am Explicitly specify library dependencies at link time, so we can use gold. 2009-05-24 10:42:39 -07:00
dialog.c Use gtk_widget_set_visible() 2009-10-17 15:07:34 +02:00
dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpthrobber.c Use gtk_widget_get_parent() instead of widget->parent 2009-10-09 21:19:11 +02:00
gimpthrobber.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpthrobberaction.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpthrobberaction.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
help-browser.c Bug 577024 – help-browser plugin crashes when used with webkit 1.1.3 2009-03-28 16:42:50 +00:00
uri.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
uri.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00