]> Pileus Git - ~andy/gtk/blobdiff - gtk/tests/rbtree.c
filechooserbutton: When the combo box changes, set the *file*, not the current folder
[~andy/gtk] / gtk / tests / rbtree.c
index 88e9c80ca607c2fdb5e6354c360992354a39787e..6f79df7b07c2241111c0c051f69d57e70d062dfb 100644 (file)
@@ -14,9 +14,7 @@
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser 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 <locale.h>
@@ -200,7 +198,7 @@ _gtk_rbtree_test_structure (GtkRBTree *tree)
   _gtk_rbtree_test_structure_helper (tree, tree->root);
 }
 
-void
+static void
 _gtk_rbtree_test (GtkRBTree *tree)
 {
   GtkRBTree *tmp_tree;