]> Pileus Git - ~andy/gtk/blobdiff - tests/testvolumebutton.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / tests / testvolumebutton.c
index 29b3e33f94f6383490995cacbe933732f6aceb49..30697c5c661bf279508716e2b3f1e03ca0052a63 100644 (file)
@@ -12,9 +12,7 @@
  * Library General Public License for more details.
  *
  * You should have received a copy of the GNU Library General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <gtk/gtk.h>
@@ -70,7 +68,7 @@ show_error (gpointer data)
                     G_CALLBACK (response_cb), NULL);
   gtk_widget_show (dialog);
 
-  return FALSE;
+  return G_SOURCE_REMOVE;
 }
 
 int